Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Aug 26, 2024
1 parent 6ee85c3 commit 6a2aa00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/src/init_load_unverified.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl InitLoadUnverified {
}

fn find_and_verify_unverified_blocks(&self) {
std::thread::sleep(std::time::Duration::from_secs(100000));
self.find_unverified_blocks(|unverified_hash| {
let unverified_block: BlockView = self
.shared
Expand Down

0 comments on commit 6a2aa00

Please sign in to comment.