Skip to content

Commit 0cc018f

Browse files
Merge pull request 0xPolygon#232 from 0xPolygon/EmpieichO-patch-1
Update user-fees.md - minor typos
2 parents fefc732 + 552ff14 commit 0cc018f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zkEVM/architecture/user-fees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,9 @@ Recall how we previously ended up computing the $\texttt{BreakEvenGasPriceRPC}$
10021002
$$
10031003

10041004
$$
1005-
\texttt{EffectivePercentageByte} = \texttt{EffectivePercentage} · 256 − 1 = 148
1005+
\texttt{EffectivePercentageByte} = \lfloor \texttt{EffectivePercentage} · 256 \rfloor − 1 = 158
10061006
$$
10071007

10081008
Observe that the user has been charged $62.3\%$ of the gas price they signed at the time of sending the transaction.
10091009

1010-
1010+

0 commit comments

Comments
 (0)