Use libbitcoinconsensus to check tx validity in some tests
[rust-lightning] / Cargo.toml
index ff8a83d1899249da82b45eee3e05d6ef54947902..bb00a9239269f502582430c8b13ecc50e8502963 100644 (file)
@@ -19,3 +19,7 @@ bitcoin = "0.13"
 rust-crypto = "0.2"
 rand = "0.4"
 secp256k1 = "0.9"
+
+[dev-dependencies.bitcoin]
+version = "0.13"
+features = ["bitcoinconsensus"]