X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Flib.rs;h=92142e5642313d436d86eddcdfee4e6c9fd25295;hb=48fa2fd17295bcada25a3ee3f2c6f88d273484ac;hp=68b35d4ee2c5dc95721d0151627e7e0bfda33581;hpb=e049e97993b292337e32864f47fa0a445d37e047;p=rust-lightning diff --git a/fuzz/src/lib.rs b/fuzz/src/lib.rs index 68b35d4e..92142e56 100644 --- a/fuzz/src/lib.rs +++ b/fuzz/src/lib.rs @@ -14,10 +14,12 @@ extern crate hex; pub mod utils; +pub mod bech32_parse; pub mod chanmon_deser; pub mod chanmon_consistency; pub mod full_stack; pub mod indexedmap; +pub mod invoice_deser; pub mod invoice_request_deser; pub mod offer_deser; pub mod onion_message;