Merge pull request #828 from bmancini55/reply_channel_range
[rust-lightning] / lightning / src / util / mod.rs
index b8028ea97afcf454e00abb67ba503e8b02805dcd..04b77872c89011a4b6491019ed252da826e5d363 100644 (file)
@@ -22,13 +22,14 @@ pub(crate) mod chacha20;
 pub(crate) mod poly1305;
 pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod transaction_utils;
+pub(crate) mod scid_utils;
 
 #[macro_use]
 pub(crate) mod ser_macros;
 
 /// Logging macro utilities.
 #[macro_use]
-pub mod macro_logger;
+pub(crate) mod macro_logger;
 
 // These have to come after macro_logger to build
 pub mod logger;