Export `outbound_payment` structs in their respective modules
[rust-lightning] / lightning / src / ln / mod.rs
index beefd2d463b3ed2b938c6f82fdabef63757adccd..4b0f073836e3958efabbfffd748c4a49c4e38a4c 100644 (file)
@@ -36,7 +36,7 @@ pub(crate) mod channel;
 pub use channel_id::ChannelId;
 
 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