Skip to content

Commit

Permalink
Remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Sep 16, 2024
1 parent 57f4085 commit 69c5dcf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 69c5dcf

Please sign in to comment.