From 69c5dcf938ed78aca33467e35d1315ab467c5a7a Mon Sep 17 00:00:00 2001 From: jbesraa Date: Mon, 16 Sep 2024 17:37:34 +0300 Subject: [PATCH] Remove unused fn --- roles/tests-integration/tests/common/mod.rs | 4 ---- 1 file changed, 4 deletions(-) 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 {