Drop the unused `PaymentKey` type
[rust-lightning] / lightning / src / ln / mod.rs
index 041c196f637c51ad91d9d46bf86739d468e6c270..fb809041af5a491e91efc612880a0ad128676ab9 100644 (file)
@@ -14,6 +14,7 @@
 pub mod functional_test_utils;
 
 pub mod channelmanager;
+pub mod channel_keys;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;
@@ -74,6 +75,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;