Merge pull request #1083 from TheBlueMatt/2021-09-funding-timeout
[rust-lightning] / lightning / src / ln / mod.rs
index a2a0b4efee2f32418fcdf503a1c5c4b0db0daccc..41d978e8d046aa95bd93597011733b94a5b9b9dc 100644 (file)
@@ -37,7 +37,7 @@ pub(crate) mod peer_channel_encryptor;
 #[cfg(feature = "fuzztarget")]
 pub mod channel;
 #[cfg(not(feature = "fuzztarget"))]
-mod channel;
+pub(crate) mod channel;
 
 mod onion_utils;
 pub mod wire;