diff --git a/Cargo.toml b/Cargo.toml index 7b1efe12d..b45e6c5b5 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"] }