We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rev
branch
1 parent d44c10e commit 2502910Copy full SHA for 2502910
Cargo.toml
@@ -79,7 +79,7 @@ async-trait = { version = "0.1", default-features = false }
79
vss-client = { package = "vss-client-ng", version = "0.5" }
80
prost = { version = "0.11.6", default-features = false}
81
#bitcoin-payment-instructions = { version = "0.6" }
82
-bitcoin-payment-instructions = { git = "https://github.com/tankyleo/bitcoin-payment-instructions", branch = "ldk-688544da72cb348e4405d39a75e4d81102c1278a" }
+bitcoin-payment-instructions = { git = "https://github.com/tankyleo/bitcoin-payment-instructions", rev = "654c25c2c1234fadf01adec1554497610f554f09" }
83
84
[target.'cfg(windows)'.dependencies]
85
winapi = { version = "0.3", features = ["winbase"] }
0 commit comments