From: Matt Corallo Date: Tue, 9 Mar 2021 21:47:43 +0000 (-0500) Subject: Add missing feature to background-processor dev-dependencies X-Git-Tag: v0.0.14~50^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=49910a30ac207da25fbbdd722952365a96806784;p=rust-lightning Add missing feature to background-processor dev-dependencies --- diff --git a/background-processor/Cargo.toml b/background-processor/Cargo.toml index 9870ef291..f626f850f 100644 --- a/background-processor/Cargo.toml +++ b/background-processor/Cargo.toml @@ -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"]