We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9749dad commit 311a963Copy full SHA for 311a963
src/util/key.rs
@@ -47,7 +47,7 @@ impl fmt::Display for Error {
47
match *self {
48
Error::Base58(ref e) => write!(f, "Key base58 error: {}", e),
49
Error::Secp256k1(ref e) => write!(f, "Key secp256k1 error: {}", e),
50
- Error::InvalidKeyPrefix(ref e) => write!(f, "Key prefix invalid: {}", e),
+ Error::InvalidKeyPrefix(ref b) => write!(f, "key prefix invalid: {}", b),
51
Error::Hex(ref e) => write!(f, "Key hex decoding error: {}", e)
52
}
53
0 commit comments