Skip to content

Commit

Permalink
f Use electrs' ElectrumApi for now in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 12, 2023
1 parent 7a61ce5 commit 6863fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use bitcoin::{Address, Amount, Network, OutPoint, Txid};
use bitcoind::bitcoincore_rpc::RpcApi;
use electrsd::bitcoind::bitcoincore_rpc::bitcoincore_rpc_json::AddressType;
use electrsd::{bitcoind, bitcoind::BitcoinD, ElectrsD};
use electrum_client::ElectrumApi;
use electrsd::electrum_client::ElectrumApi;

use regex;

Expand Down

0 comments on commit 6863fec

Please sign in to comment.