Moving LN_MAX_MSG_LEN const to the actual use place
[rust-lightning] / lightning / src / ln / mod.rs
index dd91333a6a26b19a9805f979bd21a2b7075cfd59..ecf40d75ec39de57238214514b01b2abf48f2e0d 100644 (file)
@@ -36,4 +36,4 @@ mod chanmon_update_fail_tests;
 #[cfg(test)]
 mod reorg_tests;
 
-pub use self::wire::LN_MAX_MSG_LEN;
+pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;