Merge pull request #1025 from TheBlueMatt/2021-07-detect-htlcs-on-local-commitment
[rust-lightning] / lightning / src / ln / mod.rs
index f1ba914cabd81caeebce00f427fb0cd755504fca..bebd763f660b83569ac7e1c1eff93770d7696b12 100644 (file)
@@ -27,6 +27,7 @@ pub mod msgs;
 pub mod peer_handler;
 pub mod chan_utils;
 pub mod features;
+pub mod script;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;