WIP
[rust-lightning] / src / ln / mod.rs
diff --git a/src/ln/mod.rs b/src/ln/mod.rs
deleted file mode 100644 (file)
index add8b4d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-pub mod channelmanager;
-pub mod channelmonitor;
-pub mod msgs;
-pub mod router;
-pub mod peer_handler;
-
-#[cfg(feature = "fuzztarget")]
-pub mod peer_channel_encryptor;
-#[cfg(not(feature = "fuzztarget"))]
-pub(crate) mod peer_channel_encryptor;
-
-#[cfg(feature = "fuzztarget")]
-pub mod channel;
-#[cfg(not(feature = "fuzztarget"))]
-pub(crate) mod channel;
-
-mod chan_utils;