Add ShutdownScript for BOLT 2 acceptable scripts
[rust-lightning] / lightning / src / ln / mod.rs
index 7500b93c0050400ae1bba70dd78a819336a5afbd..5f928eea072bb85bc3323defe036499e17079e35 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;