Skip to content

Commit

Permalink
increase FIXED_TABLE_ROWS_NO_BITWISE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Apr 25, 2024
1 parent 761beaa commit 3eebe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl<F: Field> EvmCircuit<F> {
}
}

const FIXED_TABLE_ROWS_NO_BITWISE: usize = 3647;
const FIXED_TABLE_ROWS_NO_BITWISE: usize = 3652;
const FIXED_TABLE_ROWS: usize = FIXED_TABLE_ROWS_NO_BITWISE + 3 * 65536;

impl<F: Field> SubCircuit<F> for EvmCircuit<F> {
Expand Down

0 comments on commit 3eebe88

Please sign in to comment.