Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #945fcd09 we forgot to Update impl for ParsePublicKeyError Display…
… and Error traits WHAT: - Updated `InvalidChar` in `fmt::Display` to use `write_err!` instead of `write!`, ensuring inner error details are correctly formatted. - Updated the `fmt::Display` implementation for `ParsePublicKeyError` to handle the inner error type for `InvalidChar`. The `InvalidChar` variant now utilizes `write_err!` to display the inner error, improving consistency with other error variants. WHY: This change enhances error reporting by providing more detailed context about hex decoding errors.
- Loading branch information