From 87d6c3050fc026bce9bfa86a1828b4bf7cea96f7 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 5d37b39d5e..acf99f494f 100644 --- a/roles/tests-integration/tests/common/mod.rs +++ b/roles/tests-integration/tests/common/mod.rs @@ -147,8 +147,4 @@ impl TemplateProvider { .generate_to_address(n, &mining_address) .unwrap(); } - - pub fn get_block_count(&self) -> u64 { - self.bitcoind.client.get_block_count().unwrap() - } }