From ced84cab3621be9a45d6f5a7ad9e6b254dfd05b7 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 6 Feb 2024 14:30:53 +0200 Subject: [PATCH] Fix typo --- zcash_client_backend/src/fees.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_client_backend/src/fees.rs b/zcash_client_backend/src/fees.rs index a79c216e6..6c512a204 100644 --- a/zcash_client_backend/src/fees.rs +++ b/zcash_client_backend/src/fees.rs @@ -205,7 +205,7 @@ impl fmt::Display for ChangeError { ChangeError::BundleError(err) => { write!( f, - "The proposed transaction structure violates bundle type constrints: {}", + "The proposed transaction structure violates bundle type constraints: {}", err ) }