Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Aug 15, 2024
1 parent 86828ca commit 7fbab4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/test_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ impl LocalChain {

pub fn wait_for_blocks(&self, blocks: u64) {
let chain = Chain::new(&self.rb);
let current_height = chain.get_height();

while chain.get_height() < current_height + blocks {
std::thread::sleep(std::time::Duration::from_millis(500));
Expand Down

0 comments on commit 7fbab4e

Please sign in to comment.