Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 2b39b4e

Browse files
authored
fix typo (#978)
1 parent 7ddaf92 commit 2b39b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration-tests/src/integration_test_circuits.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ const MAX_EXP_STEPS: usize = 1000;
6767
const MAX_KECCAK_ROWS: usize = 15000;
6868
/// MAX_POSEIDON_ROWS
6969
const MAX_POSEIDON_ROWS: usize = 15000;
70-
/// MAX_VERTICLE_CIRCUIT_ROWS
71-
const MAX_VERTICLE_CIRCUIT_ROWS: usize = 0;
70+
/// MAX_VERTICAL_CIRCUIT_ROWS
71+
const MAX_VERTICAL_CIRCUIT_ROWS: usize = 0;
7272
/// Max number of EcAdd ops.
7373
const MAX_EC_ADD: usize = 10;
7474
/// Max number of EcMul ops.
@@ -88,7 +88,7 @@ const CIRCUITS_PARAMS: CircuitsParams = CircuitsParams {
8888
max_exp_steps: MAX_EXP_STEPS,
8989
max_keccak_rows: MAX_KECCAK_ROWS,
9090
max_poseidon_rows: MAX_POSEIDON_ROWS,
91-
max_vertical_circuit_rows: MAX_VERTICLE_CIRCUIT_ROWS,
91+
max_vertical_circuit_rows: MAX_VERTICAL_CIRCUIT_ROWS,
9292
max_rlp_rows: MAX_RLP_ROWS,
9393
max_ec_ops: PrecompileEcParams {
9494
ec_add: MAX_EC_ADD,

0 commit comments

Comments
 (0)