increase visibility for external integration tests
[rust-lightning] / lightning / src / ln / mod.rs
index 369d2789302d2624f2a4f3bd84a6684a1705050a..93043111eef27c92d1939bd13227a253f4f20dc8 100644 (file)
@@ -15,17 +15,13 @@ pub mod msgs;
 pub mod router;
 pub mod peer_handler;
 pub mod chan_utils;
+pub mod features;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;
 #[cfg(not(feature = "fuzztarget"))]
 pub(crate) mod peer_channel_encryptor;
 
-#[cfg(feature = "fuzztarget")]
-pub mod features;
-#[cfg(not(feature = "fuzztarget"))]
-pub(crate) mod features;
-
 mod channel;
 mod onion_utils;