diff --git a/roles/tests-integration/tests/common/mod.rs b/roles/tests-integration/tests/common/mod.rs index 4462e4a6d4..85f8412f78 100644 --- a/roles/tests-integration/tests/common/mod.rs +++ b/roles/tests-integration/tests/common/mod.rs @@ -158,10 +158,6 @@ impl TemplateProvider { .generate_to_address(n, &mining_address) .unwrap(); } - - pub fn get_block_count(&self) -> u64 { - self.bitcoind.client.get_block_count().unwrap() - } } pub fn is_port_open(address: std::net::SocketAddr) -> bool {