Skip to content

Commit c7d04af

Browse files
committed
fix(docs): correct formatting of zero padding in direct minting documentation
1 parent 9e1c386 commit c7d04af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fassets/03-direct-minting.mdx

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

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

5252
Anyone can execute, as no executor is specified.

0 commit comments

Comments
 (0)