]> Untitled Git - bdk-cli/commitdiff
[ci] Fix all-keys and cli-utils tests
authorSteve Myers <steve@notmandatory.org>
Thu, 29 Oct 2020 04:34:04 +0000 (21:34 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 29 Oct 2020 04:34:04 +0000 (21:34 -0700)
examples/repl.rs

index bcd9a9fb3b5ddacaf4760dc5f04a13a960ecc69d..dc6a688e67f1330fac064fa0c81ef48e8a110373 100644 (file)
@@ -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;