Merge pull request #2766 from TheBlueMatt/2023-12-2314-cleanups-2
[rust-lightning] / lightning / src / ln / mod.rs
index 041c196f637c51ad91d9d46bf86739d468e6c270..827d77419892ac7c9c0ba8a1a90bd09d1ee6ccd5 100644 (file)
@@ -13,7 +13,9 @@
 #[macro_use]
 pub mod functional_test_utils;
 
+pub mod onion_payment;
 pub mod channelmanager;
+pub mod channel_keys;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;
@@ -74,6 +76,9 @@ mod monitor_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
 mod shutdown_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
+mod async_signer_tests;
 
 pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;