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
|
#[allow(dead_code)] // Remove this once transaction verification is implemented
|
||||||
mod primitives;
|
mod primitives;
|
||||||
mod script;
|
mod script;
|
||||||
#[allow(dead_code)] // Remove this once transaction verification is implemented
|
|
||||||
mod transaction;
|
mod transaction;
|
||||||
|
|
||||||
pub mod chain;
|
pub mod chain;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue