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