Skip to content

Commit

Permalink
Update EIPS/eip-4895.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Jan 12, 2023
1 parent 05361fd commit 41224ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4895.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The `withdrawals` in an execution payload are processed **after** any user-level

For each `withdrawal` in the list of `execution_payload.withdrawals`, the implementation increases the balance of the `address` specified by the `amount` given.

Recall that the `amount` is given in units of Gwei so a conversion of units of wei must be performed when working with account balances in the execution state.
Recall that the `amount` is given in units of Gwei so a conversion to units of wei must be performed when working with account balances in the execution state.

This balance change is unconditional and **MUST** not fail.

Expand Down

0 comments on commit 41224ef

Please sign in to comment.