Create short_channel_id utils
[rust-lightning] / lightning / src / util / mod.rs
index b8028ea97afcf454e00abb67ba503e8b02805dcd..612bd9404b40b03591d9631b0304707597c24c10 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;