Ensure all HTLCs for a claimed payment are claimed on startup
[rust-lightning] / lightning / src / lib.rs
index 6d4cc50a920cad4cde49b91d0329e227c6ad6379..abdc10c577a4f476b70929dad51499b26f1b0cfe 100644 (file)
@@ -159,6 +159,8 @@ mod sync {
        pub use debug_sync::*;
        #[cfg(not(test))]
        pub use ::std::sync::{Arc, Mutex, Condvar, MutexGuard, RwLock, RwLockReadGuard};
+       #[cfg(not(test))]
+       pub use crate::util::fairrwlock::FairRwLock;
 }
 
 #[cfg(not(feature = "std"))]