We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b646a57 commit 273617aCopy full SHA for 273617a
2 files changed
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-ureq", "key-value-db"]}
+bdk = { git = "https://github.com/tnull/bdk", branch="feat/use-external-esplora-client", features = ["use-esplora-reqwest", "key-value-db"]}
20
bitcoin = "0.28.1"
21
22
rand = "0.8.5"
0 commit comments