Fix it (#1215)
This commit is contained in:
parent
e388281dc0
commit
0ce4c4c8fe
|
@ -241,7 +241,7 @@ pub struct Governance<'info> {
|
|||
ReceiverError::GovernanceAuthorityMismatch
|
||||
)]
|
||||
pub payer: Signer<'info>,
|
||||
#[account(seeds = [CONFIG_SEED.as_ref()], bump)]
|
||||
#[account(mut, seeds = [CONFIG_SEED.as_ref()], bump)]
|
||||
pub config: Account<'info, Config>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue