Fuzz test for bech32 decoding
[rust-lightning] / fuzz / src / lib.rs
index 3964086376a827161296d1a38083192c5994e3de..92142e5642313d436d86eddcdfee4e6c9fd25295 100644 (file)
@@ -14,6 +14,7 @@ extern crate hex;
 
 pub mod utils;
 
+pub mod bech32_parse;
 pub mod chanmon_deser;
 pub mod chanmon_consistency;
 pub mod full_stack;