From 4a4e5d26a3f0564752d0129ebb06a5ee59748870 Mon Sep 17 00:00:00 2001 From: amackillop Date: Wed, 22 Apr 2026 06:26:19 -0700 Subject: [PATCH] Upgrade ldk-node Upgrade rust-lightning https://github.com/moneydevkit/ldk-node/commit/e935695c6ea9b33efee4cf579207ec84b40ce71f --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e499b23..6a3a863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bitcoin-payment-instructions = { version = "0.5.0", default-features = false, fe "http", ] } # Branch: https://github.com/moneydevkit/ldk-node/commits/lsp-0.7.0_accept-underpaying-htlcs_with_timing_logs -ldk-node = { default-features = false, git = "https://github.com/moneydevkit/ldk-node.git", rev = "4309f479106aff3d768524a157e2a4178d48eaa5" } +ldk-node = { default-features = false, git = "https://github.com/moneydevkit/ldk-node.git", rev = "e935695c6ea9b33efee4cf579207ec84b40ce71f" } #ldk-node = { path = "../ldk-node" } napi = { version = "2", features = ["napi4"] }