Explicitly reject routes that double-back
[rust-lightning] / lightning / src / ln / mod.rs
index 041c196f637c51ad91d9d46bf86739d468e6c270..f9d364ed0db848b746ae65266f68df83d8264e82 100644 (file)
@@ -74,6 +74,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;