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

Commit

Permalink
increment step width
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Apr 6, 2024
1 parent 89e5ec6 commit bc53b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use halo2_proofs::{
use std::collections::HashMap;

// Step dimension
pub(crate) const STEP_WIDTH: usize = 139;
pub(crate) const STEP_WIDTH: usize = 140;
/// Step height
pub const MAX_STEP_HEIGHT: usize = 19;
/// The height of the state of a step, used by gates that connect two
Expand Down

0 comments on commit bc53b1d

Please sign in to comment.