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 ) }