From: Elias Rohrer Date: Wed, 10 Aug 2022 14:13:05 +0000 (+0200) Subject: Re-export `esplora_client` X-Git-Tag: v0.23.0-rc.1~1^2~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=cf2bc388f22b069fc25fba482e59da6305207864;p=bdk Re-export `esplora_client` --- diff --git a/src/lib.rs b/src/lib.rs index bed048cf..65e35a72 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -237,6 +237,9 @@ pub extern crate bitcoincore_rpc; #[cfg(feature = "electrum")] pub extern crate electrum_client; +#[cfg(feature = "esplora")] +pub extern crate esplora_client; + #[cfg(feature = "key-value-db")] pub extern crate sled;