Adopting new bitcoin hash types and crate version
[rust-lightning] / fuzz / src / lib.rs
index fde5316cfebbb483a36b1f34097cd4db2965c8e0..dbda28acf44d9dee7cb92336a27b7283a5c853ea 100644 (file)
@@ -1,10 +1,8 @@
 extern crate bitcoin;
-extern crate bitcoin_hashes;
 extern crate lightning;
-extern crate secp256k1;
 extern crate hex;
 
-mod utils;
+pub mod utils;
 
 pub mod chanmon_deser;
 pub mod chanmon_consistency;