Export `outbound_payment` structs in their respective modules
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 62629fc548679dfa56b9a58ae711704942657e06..150b94d7c45a009db3149897e801d14b302d04b9 100644 (file)
@@ -76,7 +76,7 @@ use core::time::Duration;
 use core::ops::Deref;
 
 // Re-export this for use in the public API.
-pub use crate::ln::outbound_payment::{PaymentSendFailure, Retry, RetryableSendFailure};
+use crate::ln::outbound_payment::{PaymentSendFailure, Retry, RetryableSendFailure};
 
 // We hold various information about HTLC relay in the HTLC objects in Channel itself:
 //