Skip to content

Commit 0ce4c4c

Browse files
authored
Fix it (#1215)
1 parent e388281 commit 0ce4c4c

File tree

1 file changed

+1
-1
lines changed
  • target_chains/solana/programs/pyth-solana-receiver/src

1 file changed

+1
-1
lines changed

target_chains/solana/programs/pyth-solana-receiver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pub struct Governance<'info> {
241241
ReceiverError::GovernanceAuthorityMismatch
242242
)]
243243
pub payer: Signer<'info>,
244-
#[account(seeds = [CONFIG_SEED.as_ref()], bump)]
244+
#[account(mut, seeds = [CONFIG_SEED.as_ref()], bump)]
245245
pub config: Account<'info, Config>,
246246
}
247247

0 commit comments

Comments
 (0)