Skip to content

Commit 49910a3

Browse files
committed
Add missing feature to background-processor dev-dependencies
1 parent d65d7e7 commit 49910a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

background-processor/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
1313

1414
[dev-dependencies]
1515
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }
16+
17+
[dev-dependencies.bitcoin]
18+
version = "0.26"
19+
features = ["bitcoinconsensus"]

0 commit comments

Comments
 (0)