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: add payer+system_program to TokenMetadataInitialize CPI
token-2022 v7's spl-token-metadata-interface requires explicit payer and
system_program accounts at positions 4-5 to perform the account resize.
Without them the handler returns InvalidRealloc instead of doing the alloc.
Mark all payer instances as writable_signer to avoid access-mode conflicts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments