Skip to content

Commit 17441ff

Browse files
committed
f Use electrs' ElectrumApi for now in tests
1 parent 611e255 commit 17441ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use bitcoin::{Address, Amount, Network, OutPoint, Txid};
1010
use bitcoind::bitcoincore_rpc::RpcApi;
1111
use electrsd::bitcoind::bitcoincore_rpc::bitcoincore_rpc_json::AddressType;
1212
use electrsd::{bitcoind, bitcoind::BitcoinD, ElectrsD};
13-
use electrum_client::ElectrumApi;
13+
use electrsd::electrum_client::ElectrumApi;
1414

1515
use regex;
1616

0 commit comments

Comments
 (0)