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 e388281 commit 0ce4c4cCopy full SHA for 0ce4c4c
target_chains/solana/programs/pyth-solana-receiver/src/lib.rs
@@ -241,7 +241,7 @@ pub struct Governance<'info> {
241
ReceiverError::GovernanceAuthorityMismatch
242
)]
243
pub payer: Signer<'info>,
244
- #[account(seeds = [CONFIG_SEED.as_ref()], bump)]
+ #[account(mut, seeds = [CONFIG_SEED.as_ref()], bump)]
245
pub config: Account<'info, Config>,
246
}
247
0 commit comments