There was an error while loading. Please reload this page.
1 parent 7652992 commit edf1f66Copy full SHA for edf1f66
tokens/mint-to/anchor/programs/mint-token-to/src/instructions/create_token_mint.rs
@@ -56,9 +56,9 @@ pub fn create_token_mint(
56
ctx.accounts.token_metadata_program.key(), // Program ID (the Token Metadata Program)
57
ctx.accounts.metadata_account.key(), // Metadata account
58
ctx.accounts.mint_account.key(), // Mint account
59
- mint_authority.key(), // Mint authority
60
- ctx.accounts.payer.key(), // Payer
61
- mint_authority.key(), // Update authority
+ mint_authority.key(), // Mint authority
+ ctx.accounts.payer.key(), // Payer
+ mint_authority.key(), // Update authority
62
metadata_title, // Name
63
metadata_symbol, // Symbol
64
metadata_uri, // URI
0 commit comments