Make commitment transaction signing a part of ChannelKeys.
[rust-lightning] / lightning / src / ln / mod.rs
index 9b1b442a9237ff1ff2ccfba7117904241c6a169c..2b20e9908c7337c4455d750605450ed6d71fe0fd 100644 (file)
@@ -14,6 +14,7 @@ pub mod channelmonitor;
 pub mod msgs;
 pub mod router;
 pub mod peer_handler;
+pub mod chan_utils;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;
@@ -21,7 +22,6 @@ pub mod peer_channel_encryptor;
 pub(crate) mod peer_channel_encryptor;
 
 mod channel;
-mod chan_utils;
 mod onion_utils;
 
 #[cfg(test)]