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"]