You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix metadata: revert to base-size account, mark mint writable in CPI
- Revert account creation to 234 bytes (base + MetadataPointer space)
so InitializeMint2 passes its extension-size validation
- Mark mint as writable (not readonly) at position 2 in the
TokenMetadataInitialize CPI to allow the internal realloc to succeed
(Solana runtime rejects realloc when the account is also aliased readonly)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments