Add fuzz coverage of (potential) fee update messages
[rust-lightning] / lightning / src / ln / mod.rs
index bebd763f660b83569ac7e1c1eff93770d7696b12..5576d8bd057c84773c4e634b9fbe51f2af40028c 100644 (file)
@@ -34,7 +34,11 @@ 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"))]
 mod channel;
+
 mod onion_utils;
 mod wire;