diff --git a/EIPS/eip-4762.md b/EIPS/eip-4762.md index 6c1a77bb66928..d20fd4e58f313 100644 --- a/EIPS/eip-4762.md +++ b/EIPS/eip-4762.md @@ -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