fix metadata testing issue

This commit is contained in:
Hardhat Chad
2024-05-08 13:45:46 +00:00
parent fdadc1dcfc
commit be78043d4b
2 changed files with 29 additions and 31 deletions

View File

@@ -385,7 +385,7 @@ pub fn initialize(signer: Pubkey) -> Instruction {
AccountMeta::new_readonly(system_program::id(), false),
AccountMeta::new_readonly(spl_token::id(), false),
AccountMeta::new_readonly(spl_associated_token_account::id(), false),
// AccountMeta::new_readonly(mpl_token_metadata::ID, false),
AccountMeta::new_readonly(mpl_token_metadata::ID, false),
AccountMeta::new_readonly(sysvar::rent::id(), false),
],
data: [