We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83be6a4 commit 328e42fCopy full SHA for 328e42f
1 file changed
crates/wallet/src/wallet/error.rs
@@ -112,7 +112,7 @@ impl fmt::Display for CreateTxError {
112
Self::Descriptor(e) => e.fmt(f),
113
Self::Policy(e) => e.fmt(f),
114
CreateTxError::SpendingPolicyRequired(keychain_kind) => {
115
- write!(f, "Spending policy required: {:?}", keychain_kind)
+ write!(f, "Spending policy required: {}", keychain_kind)
116
}
117
CreateTxError::Version0 => {
118
write!(f, "Invalid version `0`")
0 commit comments