Integrate PackageTemplate
[rust-lightning] / lightning / src / ln / mod.rs
index d093b849a94ece8cdc9870ae98d6cd9f64888abb..e7123e0e2434a07430b7933716d88653ccee0faa 100644 (file)
@@ -27,7 +27,8 @@ pub mod msgs;
 pub mod peer_handler;
 pub mod chan_utils;
 pub mod features;
-pub(crate) mod onchaintx;
+pub mod onchaintx;
+pub mod package;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;