Commit 1ede0be
Fix transfer-fee mint_size and metadata MetadataPointer COption flags
- transfer-fee: correct mint_size from 378 to 278 (165+1+4+108 bytes;
TransferFeeConfig is 108 bytes with no struct padding)
- metadata: add 1-byte COption flags to InitializeMetadataPointer
instruction (66→68 bytes): [39, 0, 1, authority(32), 1, addr(32)]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b6972f commit 1ede0be
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments