diff --git a/zebra-consensus/src/lib.rs b/zebra-consensus/src/lib.rs index 00af175d..4c87fddf 100644 --- a/zebra-consensus/src/lib.rs +++ b/zebra-consensus/src/lib.rs @@ -45,7 +45,6 @@ mod parameters; #[allow(dead_code)] // Remove this once transaction verification is implemented mod primitives; mod script; -#[allow(dead_code)] // Remove this once transaction verification is implemented mod transaction; pub mod chain;