Skip to content

Commit 49c43b2

Browse files
committed
fix: made minor changes
1 parent ea707cb commit 49c43b2

File tree

1 file changed

+1
-1
lines changed
  • tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src

1 file changed

+1
-1
lines changed

tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct MintContext<'info> {
8686
pub recipient: SystemAccount<'info>,
8787
#[account(
8888
init_if_needed,
89-
payer = mint_authority, // Explicitly set payer to mint_authority due to Poseidon issue. Here poseidon added payer as mintAuthority but it should be mint_authority
89+
payer = mint_authority, // Explicitly set payer to mint_authority due to Poseidon transpilation issue. Here poseidon added payer as mintAuthority but it should be mint_authority
9090
associated_token::mint = mint_account,
9191
associated_token::authority = recipient,
9292
)]

0 commit comments

Comments
 (0)