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 1fbad5e commit 50cfd90Copy full SHA for 50cfd90
programs/svm-spoke/src/instructions/bundle.rs
@@ -18,7 +18,7 @@ pub struct ExecuteRelayerRefundLeaf<'info> {
18
#[account(mut)]
19
pub signer: Signer<'info>,
20
21
- #[account(seeds = [b"instruction_params", signer.key().as_ref()], bump)]
+ #[account(mut, seeds = [b"instruction_params", signer.key().as_ref()], bump, close = signer)]
22
pub instruction_params: Account<'info, ExecuteRelayerRefundLeafParams>, // Contains all leaf & proof information.
23
24
#[account(seeds = [b"state", state.seed.to_le_bytes().as_ref()], bump)]
0 commit comments