Thread fuzz test cases
[rust-lightning] / fuzz / src / lib.rs
index fde5316cfebbb483a36b1f34097cd4db2965c8e0..f87c7511c13c26469b3502c3746d97e4e57d9716 100644 (file)
@@ -4,7 +4,7 @@ extern crate lightning;
 extern crate secp256k1;
 extern crate hex;
 
-mod utils;
+pub mod utils;
 
 pub mod chanmon_deser;
 pub mod chanmon_consistency;