Merge pull request #2205 from wpaulino/sign-ecdsa-with-noncedata
[rust-lightning] / lightning / Cargo.toml
index 17896ecb387a1756ed13c8adc5dc58d86f8bdba5..32755a7e43fe76beb3114182c66bbb5f1353391c 100644 (file)
@@ -29,6 +29,8 @@ max_level_trace = []
 # This is unsafe to use in production because it may result in the counterparty publishing taking our funds.
 unsafe_revoked_tx_signing = []
 _bench_unstable = []
+# Override signing to not include randomness when generating signatures for test vectors.
+_test_vectors = []
 
 no-std = ["hashbrown", "bitcoin/no-std", "core2/alloc"]
 std = ["bitcoin/std"]