We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f213496 commit 450127eCopy full SHA for 450127e
1 file changed
program/tests/withdraw.rs
@@ -472,7 +472,7 @@ async fn fail_disallowed_withdraw(stake_version: StakeProgramVersion) {
472
Mint::pack(mint_data, &mut mint_account.data).unwrap();
473
context.set_account(&accounts.mint, &mint_account.into());
474
475
- // the minimum withdrawal from a non-inactve pool can only round to 0 if a pool has >1 billion sol
+ // the minimum withdrawal from a non-inactive pool can only round to 0 if a pool has >1 billion sol
476
force_deactivate_stake_account(&mut context, &accounts.stake_account).await;
477
478
// withdrawal that rounds to 0 fails
0 commit comments