rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Innocent Onyemaenu b11ace359a Fix up ParsePublickeyError
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
2025-01-15 21:00:55 +01:00
..
ecdsa.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
key.rs Fix up ParsePublickeyError 2025-01-15 21:00:55 +01:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
taproot.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00