We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972e896 commit 041f977Copy full SHA for 041f977
programs/earn/src/instructions/admin/initialize.rs
@@ -55,7 +55,10 @@ pub struct Initialize<'info> {
55
)]
56
pub old_global_account: Account<'info, OldGlobal>,
57
58
- #[account(mint::token_program = token_program)]
+ #[account(
59
+ mut,
60
+ mint::token_program = token_program
61
+ )]
62
pub m_mint: InterfaceAccount<'info, Mint>,
63
64
/// CHECK: This account is validated by its seeds
0 commit comments