Skip to content

Commit 606063f

Browse files
authored
Apply suggestions from code review
1 parent 8407e0d commit 606063f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/developers/docs/gas/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ i.e `21,000 * 200 = 4,200,000 gwei` or 0.0042 ETH
3333

3434
## After the London upgrade {#post-london}
3535

36-
Let's say Jordan has to pay Taylor 1 ETH. In the transaction, the gas limit is 21,000 units and the base fee is 10 gwei. Jordan includes a tip of 2 gwei.
36+
Let's say Jordan has to pay Taylor 1 ETH. In the transaction, the gas limit is 21,000 units and the base fee is 10 gwei. Jordan includes a tip of 2 gwei.
3737

3838
The total fee would now be: `units of gas used * (base fee + priority fee)` where the `base fee` is a value set by the protocol and the `priority fee` is a value set by the user as a tip to the validator.
39+
3940
i.e `21,000 * (10 + 2) = 252,000 gwei` or 0.000252 ETH.
4041

4142
When Jordan sends the money, 1.000252 ETH will be deducted from Jordan's account.

0 commit comments

Comments
 (0)