From 17eafeda76ec05611ce945c81f69cd02d002e2b9 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 3 Jan 2023 11:37:00 +0100 Subject: [PATCH] f Use esplora client version 0.3 --- lightning-transaction-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index 35c2e87ddf1..2d3276057ba 100644 --- a/lightning-transaction-sync/Cargo.toml +++ b/lightning-transaction-sync/Cargo.toml @@ -24,4 +24,4 @@ lightning = { version = "0.0.113", path = "../lightning" } bitcoin = "0.29.0" bdk-macros = "0.6" futures = { version = "0.3", optional = true } -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 }