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 039cdaa commit 033ee6bCopy full SHA for 033ee6b
framework/example_programs/counter/src/lib.rs
@@ -187,7 +187,7 @@ pub struct CloseCounterAccounts<'info> {
187
pub signer: Signer<SystemAccount<'info>>,
188
#[account_set(recipient)]
189
pub funds_to: Writable<SystemAccount<'info>>,
190
- #[cleanup(arg = NormalizeRentAuto)]
+ #[cleanup(arg = CloseAccountAuto)]
191
pub counter: Writable<DataAccount<'info, CounterAccount>>,
192
}
193
0 commit comments