Add missing feature to background-processor dev-dependencies

This commit is contained in:
Matt Corallo 2021-03-09 16:47:43 -05:00
parent d65d7e7257
commit 49910a30ac

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