Introduce OnchainTxHandler, move bumping and tracking logic
[rust-lightning] / lightning / src / ln / mod.rs
index 4cb1b89cc53bced2e3003d7a16fdd77e1819e278..38396dd74fc8cad6d1df3450644640c3a04f7610 100644 (file)
@@ -16,6 +16,7 @@ pub mod router;
 pub mod peer_handler;
 pub mod chan_utils;
 pub mod features;
+pub(crate) mod onchaintx;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;