Merge pull request #828 from bmancini55/reply_channel_range
[rust-lightning] / lightning / src / util / mod.rs
index a6609884773b85738267f14827058cdeb2e6920a..04b77872c89011a4b6491019ed252da826e5d363 100644 (file)
@@ -22,6 +22,7 @@ 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;