In #3847 we added an `InvalidCharError` into one of the variants of `ParsePublicKeyError` but we forgot to update the trait implementations. Fix the `error::Error` and `Display` implementations for `ParsePublicKeyError`. While we are at it match on `*self` as is typical in this codebase. With this applied #3835 is fully resolved. Close: #3835 |
||
---|---|---|
.. | ||
ecdsa.rs | ||
key.rs | ||
mod.rs | ||
sighash.rs | ||
taproot.rs |