diff --git a/Cargo.lock b/Cargo.lock index 0b7d92535..ca01e9b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,8 +1481,7 @@ dependencies = [ [[package]] name = "esplora-client" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb1f7f2489cce83bc3bd92784f9ba5271eeb6e729b975895fc541f78cbfcdca" +source = "git+https://github.com/bitcoindevkit/rust-esplora-client?rev=269360f#269360fb75bf24c8bed641c5906b0282fc3fcf84" dependencies = [ "bitcoin 0.30.2", "bitcoin-internals", diff --git a/Cargo.toml b/Cargo.toml index 4c27ff06e..5875b9581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,8 @@ lightning-rapid-gossip-sync = { git = "https://github.com/bonomat/rust-lightning rust-bitcoin-coin-selection = { git = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection" } +esplora-client = { git = "https://github.com/bitcoindevkit/rust-esplora-client", rev = "269360f" } + [profile.test.package.proptest] opt-level = 3