Move router to a separate module
[rust-lightning] / lightning / src / ln / mod.rs
index 4cb1b89cc53bced2e3003d7a16fdd77e1819e278..33f1c5bc1cfb019eb9937b12b5b22502f7dee56a 100644 (file)
 pub mod channelmanager;
 pub mod channelmonitor;
 pub mod msgs;
-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;