Remove consensus error wrapper TODO

Add an issue and remove the TODO from the code.

ref: https://github.com/rust-bitcoin/rust-bitcoin/issues/2429
This commit is contained in:
Tobin C. Harding 2024-02-01 14:59:45 +11:00
parent bfabea94e9
commit 3e83ef9276
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ pub mod hex {
} }
// Newtypes to hide internal details. // Newtypes to hide internal details.
// TODO: statically prove impossible cases
/// Error returned when a hex string decoder can't be created. /// Error returned when a hex string decoder can't be created.
#[derive(Debug, Clone, Copy, PartialEq, Eq)] #[derive(Debug, Clone, Copy, PartialEq, Eq)]