[ci] Fix all-keys and cli-utils tests

This commit is contained in:
Steve Myers
2020-10-28 21:34:04 -07:00
parent 7b9df5bbe5
commit 4f7355ec82
5 changed files with 8 additions and 5 deletions

View 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;