Remove allow(dead_code) on transaction module]

This commit is contained in:
Deirdre Connolly 2020-10-28 21:14:09 -04:00 committed by Deirdre Connolly
parent 8cac287aa2
commit 0cb8010ae7
1 changed files with 0 additions and 1 deletions

View File

@ -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;