From b5017b4a9fd36153e3805fa77852a5f26b6561e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Karbyshev Date: Tue, 12 Sep 2023 17:28:06 +0200 Subject: [PATCH] Fix typo --- shared/src/ledger/tx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/ledger/tx.rs b/shared/src/ledger/tx.rs index ac55a9e130..8cc3fd872f 100644 --- a/shared/src/ledger/tx.rs +++ b/shared/src/ledger/tx.rs @@ -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(), ));