Merge pull request #470 from ariard/2020-01-contributing-draft
[rust-lightning] / lightning / src / ln / mod.rs
index 2b20e9908c7337c4455d750605450ed6d71fe0fd..9a2a90fd4fd6e9444bf3a5cbcaa8f68b97be9407 100644 (file)
@@ -15,6 +15,7 @@ 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;
@@ -23,6 +24,7 @@ pub(crate) mod peer_channel_encryptor;
 
 mod channel;
 mod onion_utils;
+mod wire;
 
 #[cfg(test)]
 #[macro_use] mod functional_test_utils;