Skip to content

Commit

Permalink
Minor spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Oct 19, 2023
1 parent b00300d commit b0aac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/src/wallet/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ fn create_spend_from_delegations(#[case] seed: Seed) {
assert_eq!(*deleg_id, delegation_id);
assert_eq!(deleg_data.last_nonce, Some(AccountNonce::new(2)));

// abandon tx2 should also abandone tx3 and roll back account nonce to 0
// abandon tx2 should also abandon tx3 and roll back account nonce to 0
wallet
.abandon_transaction(DEFAULT_ACCOUNT_INDEX, delegation_tx2.transaction().get_id())
.unwrap();
Expand Down

0 comments on commit b0aac2b

Please sign in to comment.