Skip to content

Commit 901e8a0

Browse files
committed
Point ldk-node to 0FC branch
1 parent 3cd6bc1 commit 901e8a0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ lto = true
99

1010
[profile.dev]
1111
panic = "abort"
12+
13+
[patch.crates-io]
14+
esplora-client = { git = 'https://github.com/acidbunny21/rust-esplora-client.git', branch = 'submit-tx-pkg-clients' }

ldk-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node.git", rev = "1dd9827c274c3f1c11d2d5a5692f63a74bb1fa69" }
7+
ldk-node = { git = "https://github.com/tankyleo/ldk-node.git", branch = "25-10-0fc-channel-config" }
88
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
99
hyper = { version = "1", default-features = false, features = ["server", "http1"] }
1010
http-body-util = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)