X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=blobdiff_plain;f=fuzz%2Fsrc%2Flib.rs;h=f87c7511c13c26469b3502c3746d97e4e57d9716;hp=fde5316cfebbb483a36b1f34097cd4db2965c8e0;hb=6745aff9b682fddb544968ae11b2d92665b58da2;hpb=a44454e1daa0864b431b7ffad0692c00e16078cd diff --git a/fuzz/src/lib.rs b/fuzz/src/lib.rs index fde5316c..f87c7511 100644 --- a/fuzz/src/lib.rs +++ b/fuzz/src/lib.rs @@ -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;