Skip to content

Commit 730c719

Browse files
EmpieichOhsutaiyu
andauthored
Update docs/zkEVM/architecture/effective-gas/user-tx-flow/sequencer-flow-egp.md
Co-authored-by: hsutaiyu <51791408+hsutaiyu@users.noreply.github.com>
1 parent 3121fd3 commit 730c719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/effective-gas/user-tx-flow/sequencer-flow-egp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this phase of the end-to-end transaction flow, transactions go through differ
1818
3. Amongst the transactions that are computed with the $\texttt{EEGP}$, further gas savings can be achieved by:
1919

2020
- Computing the new effective gas price (NEGP), using the current state and the EEGP.
21-
- Calculating the gas consumption deviation percentage and compare it to a fixed deviation parameter. i.e., $\texttt{FinalDeviationParameter} = 10$.
21+
- Calculating the gas consumption deviation percentage and comparing it to a fixed deviation parameter. i.e., $\texttt{FinalDeviationParameter} = 10$.
2222
- There's no further execution if the gas consumption deviation percentage is less than the fixed parameter, $\texttt{FinalDeviationParameter} = 10$.
2323
- Otherwise, check if $\texttt{GasPriceSigned} \leq \texttt{NEGP}$. If true, then execute transactions again using the $\texttt{GasPriceSigned}$. If false, continue to the next stage.
2424

0 commit comments

Comments
 (0)