Add HolderCommitmentPoint struct to ChannelContext
[rust-lightning] / lightning / src / ln / mod.rs
index 7cbb2ce5ebe1b9eb22b3ac957dbb99b88d72afbc..5e2ae44c99810a5ddece06f6b5e028618d5d24c2 100644 (file)
@@ -53,6 +53,9 @@ mod blinded_payment_tests;
 mod functional_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
+mod max_payment_path_len_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
 mod payment_tests;
 #[cfg(test)]
 #[allow(unused_mut)]