Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 10, 2024
1 parent f27cf3a commit ade3abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions replay/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ fn main() {
let mut block_range_data = fetch_block_range_data(block_start, block_end, &chain);

info!("filling up execution cache");

// We must execute the block range once first to ensure that all required data is cached
execute_block_range(&mut block_range_data);

{
Expand Down

0 comments on commit ade3abd

Please sign in to comment.