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 c787deb commit 503afc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/zksync/core/src/vm/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ 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. Default: `256`.
/// Get the number of historical blocks to fetch for mapping to block hashes from env.
/// Default: `256`.
fn get_env_historical_block_count() -> u32 {
let name = "ZK_DEBUG_HISTORICAL_BLOCK_HASHES";
std::env::var(name)
Expand Down

0 comments on commit 503afc3

Please sign in to comment.