Skip to content

Commit 2a9da60

Browse files
authored
Merge pull request #196 from tnull/2026-04-rescan-from-height-arg
Add `--rescan-from-height` CLI argument
2 parents 1ed4356 + 879e589 commit 2a9da60

5 files changed

Lines changed: 363 additions & 89 deletions

File tree

Cargo.lock

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

ldk-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["bitcoin", "lightning", "ldk", "server"]
1313
categories = ["cryptography::cryptocurrencies"]
1414

1515
[dependencies]
16-
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node", rev = "00dba456a10cb60172eaa74e0a8b11c5e0473dcc" }
16+
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node", rev = "f2e44fdd21490ff3fa90445d7a28b19cfd020c3d" }
1717
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
1818
hyper = { version = "1", default-features = false, features = ["server", "http2"] }
1919
http-body-util = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)