Skip to content

Commit 9e1c386

Browse files
committed
fix(docs): clarify direct minting format by adding zero padding detail
1 parent 12114b9 commit 9e1c386

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/fassets/03-direct-minting.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ There are two supported formats:
4646
**32-byte memo** (recipient only):
4747

4848
1. **8-byte prefix**: `0x4642505266410018` (`DIRECT_MINTING`)
49-
2. **20-byte recipient address**
49+
2. **4-byte zero padding**: `0x00000000`
50+
3. **20-byte recipient address**
5051

5152
Anyone can execute, as no executor is specified.
5253

0 commit comments

Comments
 (0)