Skip to content

Commit 1a97eb9

Browse files
committed
add bitcoin-payment-instructions to cargo.toml
1 parent 10da0bf commit 1a97eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
103103

104104
vss-client = "0.3"
105105
prost = { version = "0.11.6", default-features = false}
106+
#bitcoin-payment-instructions = { version = "0.5" }
107+
bitcoin-payment-instructions = { git = "https://github.com/chuksys/bitcoin-payment-instructions", branch = "bump-ldk-deps" }
106108

107109
[target.'cfg(windows)'.dependencies]
108110
winapi = { version = "0.3", features = ["winbase"] }

0 commit comments

Comments
 (0)