Skip to content

Commit 99e8128

Browse files
committed
Replace channels with condition variables v2
1 parent dfa0694 commit 99e8128

File tree

2 files changed

+183
-274
lines changed

2 files changed

+183
-274
lines changed

lightning-net/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ rustdoc-args = ["--cfg", "docsrs"]
1919
[dependencies]
2020
bitcoin = "0.28.1"
2121
lightning = { version = "0.0.106", path = "../lightning" }
22+
23+
[dev-dependencies]
2224
crossbeam-channel = "0.5.4"

0 commit comments

Comments
 (0)