Skip to content

Commit c5987c7

Browse files
committed
Implement LND ExternalNode via gRPC with Mutex interior mutability
- Implement ExternalNode trait using lnd_grpc_rust with Mutex<LndClient> - Log errors from spawned close_channel/force_close_channel streams
1 parent 264c809 commit c5987c7

File tree

3 files changed

+428
-1
lines changed

3 files changed

+428
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ corepc-node = { version = "0.10.0", default-features = false, features = ["27_2"
103103
clightningrpc = { version = "0.3.0-beta.8", default-features = false }
104104

105105
[target.'cfg(lnd_test)'.dev-dependencies]
106-
lnd_grpc_rust = { version = "2.10.0", default-features = false }
106+
lnd_grpc_rust = { version = "2.14.0", default-features = false }
107107
tokio = { version = "1.37", features = ["fs"] }
108108

109109
[build-dependencies]

0 commit comments

Comments
 (0)