Skip to content

Commit 2a4c267

Browse files
authored
Update sequencing-batches.md
1 parent 67f1d25 commit 2a4c267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zkEVM/architecture/protocol/sequencing-batches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Upon determining the transactions that correctly fill a specific batch through s
2929

3030
A closed batch means one of the following conditions has been fulfilled:
3131

32-
- The maximum number of execution trace rows is reached.
33-
- The maximum gas limit is attained.
32+
- The execution trace reaches the maximum number of rows.
33+
- The gas used attains maximum gas limit.
3434
- The allocated time expires.
3535

3636
During batch pre-execution, and for batch closure, the sequencer and the executor update the Merkle tree of the zkEVM with L2 state changes and store them in the prover's hash DB. This is illustrated in the figure below:

0 commit comments

Comments
 (0)