Add missing feature to background-processor dev-dependencies
authorMatt Corallo <git@bluematt.me>
Tue, 9 Mar 2021 21:47:43 +0000 (16:47 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 9 Mar 2021 21:48:20 +0000 (16:48 -0500)
background-processor/Cargo.toml

index 9870ef291ed06206a28cddae702933d230b0661b..f626f850fae735a1fff181a6c670ec2b41d383d3 100644 (file)
@@ -13,3 +13,7 @@ lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
 
 [dev-dependencies]
 lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }
+
+[dev-dependencies.bitcoin]
+version = "0.26"
+features = ["bitcoinconsensus"]