Expand `chain::Listen` trivially to accept filtered block data
[rust-lightning] / lightning / src / ln / mod.rs
index 44704ae5040f44ee58e21b853be05a41252a1e2e..1e5f49f07df6a0cc5056e6ea26545cfac33d04ec 100644 (file)
@@ -23,6 +23,7 @@
 pub mod functional_test_utils;
 
 pub mod channelmanager;
+pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;
 pub mod chan_utils;
@@ -54,6 +55,9 @@ mod functional_tests;
 mod payment_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
+mod priv_short_conf_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
 mod chanmon_update_fail_tests;
 #[cfg(test)]
 #[allow(unused_mut)]