Skip to content

Commit

Permalink
Update EIPS/eip-4762.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
gballet and jsign committed Jun 17, 2024
1 parent 29da746 commit 65aafe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4762.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Note that values should only be added to the witness if there is sufficient gas

`CREATE*` and `*CALL` reserve 1/64th of the gas before the nested execution. In order to match the behavior of this charge with the pre-fork behavior of access lists:

* this 1/64th of the gas is subtracted **AFTER** charging the witness costs when performing a `CALL`, `CODECALL`, `DELEGATECALL` or`STATICCALL`
* this minimum 1/64th gas reservation is checked **AFTER** charging the witness costs when performing a `CALL`, `CODECALL`, `DELEGATECALL` or`STATICCALL`
* this 1/64th of the gas is subtracted **BEFORE** charging the witness costs when performing a `CREATE` or `CREATE2`

### Replacement for access lists
Expand Down

0 comments on commit 65aafe5

Please sign in to comment.