Encapsulate message wire encoding into a module
[rust-lightning] / lightning / src / ln / mod.rs
index 93043111eef27c92d1939bd13227a253f4f20dc8..9a2a90fd4fd6e9444bf3a5cbcaa8f68b97be9407 100644 (file)
@@ -24,6 +24,7 @@ pub(crate) mod peer_channel_encryptor;
 
 mod channel;
 mod onion_utils;
+mod wire;
 
 #[cfg(test)]
 #[macro_use] mod functional_test_utils;