Move blockchain related stuff to blockchain_tests

This commit is contained in:
LLFourn
2021-05-19 15:52:51 +10:00
parent d60c5003bf
commit 38b0470b14
3 changed files with 338 additions and 340 deletions

View File

@@ -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())
}
}