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:
parent
bfabea94e9
commit
3e83ef9276
|
@ -98,7 +98,6 @@ pub mod hex {
|
|||
}
|
||||
|
||||
// Newtypes to hide internal details.
|
||||
// TODO: statically prove impossible cases
|
||||
|
||||
/// Error returned when a hex string decoder can't be created.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
|
Loading…
Reference in New Issue