Skip to content

Commit 5ff2982

Browse files
committed
add bitcoin-payment-instructions to cargo.toml
1 parent 89ac3b2 commit 5ff2982

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
@@ -67,6 +67,8 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
6767

6868
vss-client = "0.3"
6969
prost = { version = "0.11.6", default-features = false}
70+
#bitcoin-payment-instructions = { version = "0.5" }
71+
bitcoin-payment-instructions = { git = "https://github.com/chuksys/bitcoin-payment-instructions", branch = "bump-ldk-deps" }
7072

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

0 commit comments

Comments
 (0)