Skip to content

Commit edf1f66

Browse files
author
jpcaulfi
committed
mint authority
1 parent 7652992 commit edf1f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tokens/mint-to/anchor/programs/mint-token-to/src/instructions/create_token_mint.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ pub fn create_token_mint(
5656
ctx.accounts.token_metadata_program.key(), // Program ID (the Token Metadata Program)
5757
ctx.accounts.metadata_account.key(), // Metadata account
5858
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
59+
mint_authority.key(), // Mint authority
60+
ctx.accounts.payer.key(), // Payer
61+
mint_authority.key(), // Update authority
6262
metadata_title, // Name
6363
metadata_symbol, // Symbol
6464
metadata_uri, // URI

0 commit comments

Comments
 (0)