Move blockchain related stuff to blockchain_tests
This commit is contained in:
@@ -172,6 +172,6 @@ impl ConfigurableBlockchain for ElectrumBlockchain {
|
||||
#[cfg(feature = "test-blockchains")]
|
||||
crate::bdk_blockchain_tests! {
|
||||
fn test_instance() -> ElectrumBlockchain {
|
||||
ElectrumBlockchain::from(Client::new(&testutils::get_electrum_url()).unwrap())
|
||||
ElectrumBlockchain::from(Client::new(&testutils::blockchain_tests::get_electrum_url()).unwrap())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user