Skip to content

Commit 8fcbe64

Browse files
authored
Merge pull request #2145 from TheBlueMatt/2023-04-async-bp-cleanups
Add test coverage of async BP and fix minor bug
2 parents bdb3fb3 + 068d2c6 commit 8fcbe64

File tree

2 files changed

+280
-142
lines changed

2 files changed

+280
-142
lines changed

lightning-background-processor/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ lightning = { version = "0.0.114", path = "../lightning", default-features = fal
2525
lightning-rapid-gossip-sync = { version = "0.0.114", path = "../lightning-rapid-gossip-sync", default-features = false }
2626

2727
[dev-dependencies]
28+
tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "time" ] }
2829
lightning = { version = "0.0.114", path = "../lightning", features = ["_test_utils"] }
2930
lightning-invoice = { version = "0.22.0", path = "../lightning-invoice" }
3031
lightning-persister = { version = "0.0.114", path = "../lightning-persister" }

0 commit comments

Comments
 (0)