We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master
1 parent 54a25b7 commit 389f960Copy full SHA for 389f960
Cargo.toml
@@ -16,7 +16,7 @@ lightning-background-processor = { version = "0.0.110" }
16
lightning-rapid-gossip-sync = { version = "0.0.110" }
17
18
#bdk = "0.20.0"
19
-bdk = { git = "https://github.com/tnull/bdk", branch="feat/use-external-esplora-client", features = ["use-esplora-reqwest", "key-value-db"]}
+bdk = { git = "https://github.com/bitcoindevkit/bdk.git", branch="master", features = ["use-esplora-async", "key-value-db"]}
20
bitcoin = "0.28.1"
21
22
rand = "0.8.5"
0 commit comments