Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit a295f0f

Browse files
committed
increment step width
1 parent daf1b99 commit a295f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/evm_circuit/param.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use halo2_proofs::{
99
use std::collections::HashMap;
1010

1111
// Step dimension
12-
pub(crate) const STEP_WIDTH: usize = 139;
12+
pub(crate) const STEP_WIDTH: usize = 140;
1313
/// Step height
1414
pub const MAX_STEP_HEIGHT: usize = 19;
1515
/// The height of the state of a step, used by gates that connect two

0 commit comments

Comments
 (0)