This commit is contained in:
guibescos 2024-01-08 20:04:31 +00:00 committed by GitHub
parent e388281dc0
commit 0ce4c4c8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>,
}