skip blocks without microblock data or parent header info

This commit is contained in:
Aaron Blankstein
2023-05-12 13:48:40 -05:00
committed by Jacinta Ferrant
parent 9c430dc12c
commit e265679cbc

View File

@@ -1147,6 +1147,7 @@ simulating a miner.
i += 1;
replay_block(stacks_path, index_block_hash);
}
println!("Finished!");
process::exit(0);
}