Skip to content

Commit

Permalink
readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
billythedummy committed Jun 28, 2023
1 parent 089c6b8 commit ef0fb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-metadata/program/src/instruction/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pub fn set_token_standard(
) -> Instruction {
let mut accounts = vec![
AccountMeta::new(metadata_account, false),
AccountMeta::new(update_authority, true),
AccountMeta::new_readonly(update_authority, true),
AccountMeta::new_readonly(mint_account, false),
];
let data = MetadataInstruction::SetTokenStandard.try_to_vec().unwrap();
Expand Down

0 comments on commit ef0fb05

Please sign in to comment.