add timeout retry strategy to outbound payment
[rust-lightning] / lightning-invoice / src / lib.rs
index 616ea99f0fe253cf2275862b1a63e6f0db3232f2..9fcb4af1b624257b6818d1c121c4dd9f7c6c6eaa 100644 (file)
@@ -25,6 +25,8 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
 pub mod payment;
 pub mod utils;
 
+pub(crate) mod time_utils;
+
 extern crate bech32;
 extern crate bitcoin_hashes;
 #[macro_use] extern crate lightning;