From: Steve Myers Date: Thu, 29 Oct 2020 04:34:04 +0000 (-0700) Subject: [ci] Fix all-keys and cli-utils tests X-Git-Tag: v0.1.0~38 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.EncodeError.html?a=commitdiff_plain;h=00e156a2915a4ac9a296e667ff4ada435e3886b1;p=bdk-cli [ci] Fix all-keys and cli-utils tests --- diff --git a/examples/repl.rs b/examples/repl.rs index bcd9a9f..dc6a688 100644 --- a/examples/repl.rs +++ b/examples/repl.rs @@ -37,8 +37,9 @@ use log::{debug, error, info, trace, LevelFilter}; use bitcoin::Network; use bdk::bitcoin; -use bdk::blockchain::electrum::{ElectrumBlockchain, ElectrumBlockchainConfig}; use bdk::blockchain::ConfigurableBlockchain; +use bdk::blockchain::ElectrumBlockchain; +use bdk::blockchain::ElectrumBlockchainConfig; use bdk::cli; use bdk::sled; use bdk::Wallet;