Skip to content

Commit

Permalink
Fix typo in Orchard
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
jvff and teor2345 committed Jun 4, 2021
1 parent d69b63e commit 665c84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn fake_v5_transaction_with_orchard_actions_has_inputs_and_outputs() {
// guaranteed structurally by `orchard::ShieldedData`)
insert_fake_orchard_shielded_data(&mut transaction);

// If a transaction has at least one Orhcard shielded action, it should be considered to have
// If a transaction has at least one Orchard shielded action, it should be considered to have
// inputs and/or outputs
assert!(check::has_inputs_and_outputs(&transaction).is_ok());
}
Expand Down

0 comments on commit 665c84e

Please sign in to comment.