You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ pub struct MintContext<'info> {
86
86
pubrecipient:SystemAccount<'info>,
87
87
#[account(
88
88
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
0 commit comments