You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zkEVM/architecture/protocol/sequencing-batches.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ A fast executor is used for batch pre-execution. This is a _single-computation_
25
25
26
26
The sequencer communicates with the executor for swift batch pre-execution.
27
27
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_.
29
29
30
30
A closed batch means one of the following conditions has been fulfilled:
0 commit comments