Export `outbound_payment` structs in their respective modules
[rust-lightning] / lightning / src / ln / mod.rs
index bc28063145c84117ce44a0baf4391bd63472d66a..8ac06a0ca326ca45fa8d143a84f78d13fb1fc5f9 100644 (file)
@@ -44,7 +44,7 @@ pub mod channel;
 pub(crate) mod channel;
 
 pub(crate) mod onion_utils;
-mod outbound_payment;
+pub mod outbound_payment;
 pub mod wire;
 
 // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro