Skip to content

Commit 9a4ad12

Browse files
authored
Update sequencing-batches.md
1 parent 2a4c267 commit 9a4ad12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A fast executor is used for batch pre-execution. This is a _single-computation_
2525

2626
The sequencer communicates with the executor for swift batch pre-execution.
2727

28-
Upon determining the transactions that correctly fill a specific batch through successful batch pre-execution, the sequencer records the batch in the node’s StateDB as a _closed batch_.
28+
Once the executor successfully completes batch pre-execution, the sequencer records the batch in the node’s StateDB as a _closed batch_.
2929

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

0 commit comments

Comments
 (0)