Skip to content

Commit 450127e

Browse files
committed
typo
1 parent f213496 commit 450127e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

program/tests/withdraw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async fn fail_disallowed_withdraw(stake_version: StakeProgramVersion) {
472472
Mint::pack(mint_data, &mut mint_account.data).unwrap();
473473
context.set_account(&accounts.mint, &mint_account.into());
474474

475-
// the minimum withdrawal from a non-inactve pool can only round to 0 if a pool has >1 billion sol
475+
// the minimum withdrawal from a non-inactive pool can only round to 0 if a pool has >1 billion sol
476476
force_deactivate_stake_account(&mut context, &accounts.stake_account).await;
477477

478478
// withdrawal that rounds to 0 fails

0 commit comments

Comments
 (0)