Make ChannelMonitor clonable again
[rust-lightning] / lightning / src / ln / mod.rs
index bdf3e8029ab66c818c1c9f760addab4bc4fdd0e1..8ac06a0ca326ca45fa8d143a84f78d13fb1fc5f9 100644 (file)
@@ -44,6 +44,7 @@ pub mod channel;
 pub(crate) mod channel;
 
 pub(crate) mod onion_utils;
+pub mod outbound_payment;
 pub mod wire;
 
 // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro