From 781156ed76acce4ed94a3754a493cad854712336 Mon Sep 17 00:00:00 2001 From: Martin Saposnic Date: Mon, 18 May 2026 14:44:05 -0300 Subject: [PATCH] chore: bump bitcoin-payment-instructions to bc7d03f Picks up moneydevkit/bitcoin-payment-instructions#2, which accepts LNURL-pay BOLT11 invoices that ship a plain `d` description tag instead of the LUD-06-required `h = sha256(metadata)`. Required for moneydevkit payouts to non-compliant LNURL servers (e.g. bringin.xyz lightning addresses) to succeed. Same `2025-12-ldk-node-base` branch as before; SHA bumps from 6796e87 to bc7d03f (one commit ahead). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b1efe12da..b45e6c5b5a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ log = { version = "0.4.22", default-features = false, features = ["std"]} vss-client = { package = "vss-client-ng", version = "0.4" } prost = { version = "0.11.6", default-features = false} # Branch: https://github.com/moneydevkit/bitcoin-payment-instructions/tree/2025-12-ldk-node-base -bitcoin-payment-instructions = { git = "https://github.com/moneydevkit/bitcoin-payment-instructions", rev = "6796e87525d6c564e1332354a808730e2ba2ebf8" } +bitcoin-payment-instructions = { git = "https://github.com/moneydevkit/bitcoin-payment-instructions", rev = "bc7d03f" } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] }