From 3e83ef9276bdea515593d4f2053742fb5f1bc9f8 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 1 Feb 2024 14:59:45 +1100 Subject: [PATCH] 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 --- bitcoin/src/consensus/serde.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bitcoin/src/consensus/serde.rs b/bitcoin/src/consensus/serde.rs index 6c9c9c32..a6b88aed 100644 --- a/bitcoin/src/consensus/serde.rs +++ b/bitcoin/src/consensus/serde.rs @@ -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)]