Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 13, 2024
1 parent 503afc3 commit bc6da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zksync/core/src/vm/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ fn get_historical_block_hashes<DB: Database>(ecx: &mut EvmContext<DB>) -> HashMa
block_hashes
}

/// Get the number of historical blocks to fetch for mapping to block hashes from env.
/// Get the number of historical blocks to fetch, from the env.
/// Default: `256`.
fn get_env_historical_block_count() -> u32 {
let name = "ZK_DEBUG_HISTORICAL_BLOCK_HASHES";
Expand Down

0 comments on commit bc6da8f

Please sign in to comment.