Use new feature to gate test vectors behind
[rust-lightning] / lightning / src / ln / channel.rs
index 7ba62a216e1b6097497ee26599d47254d26fb199..dd553c1ff8604c75c03063fffb1e073fc64ae7fe 100644 (file)
@@ -7516,7 +7516,7 @@ mod tests {
                }
        }
 
-       #[cfg(not(feature = "grind_signatures"))]
+       #[cfg(feature = "_test_vectors")]
        #[test]
        fn outbound_commitment_test() {
                use bitcoin::util::sighash;