Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karbyshev committed Sep 12, 2023
1 parent 3aae3f6 commit b5017b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/ledger/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ pub async fn build_transfer<
// inner tx will fail, so abort tx creation
if fee_unshield_epoch != transfer_unshield_epoch && !args.tx.force {
return Err(Error::Other(
"Fee unshilding masp tx and inner tx masp transaction \
"Fee unshielding masp tx and inner tx masp transaction \
were crafted on an epoch boundary"
.to_string(),
));
Expand Down

0 comments on commit b5017b4

Please sign in to comment.