Remove allow(dead_code) on transaction module]
This commit is contained in:
parent
8cac287aa2
commit
0cb8010ae7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue