We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61ba86 commit 17eafedCopy full SHA for 17eafed
lightning-transaction-sync/Cargo.toml
@@ -24,4 +24,4 @@ lightning = { version = "0.0.113", path = "../lightning" }
24
bitcoin = "0.29.0"
25
bdk-macros = "0.6"
26
futures = { version = "0.3", optional = true }
27
-esplora-client = { git = "https://github.com/tnull/rust-esplora-client", branch = "2022-10-get-merkle-block", default-features = false, optional = true }
+esplora-client = { version = "0.3.0", default-features = false, optional = true }
0 commit comments