Skip to content

Commit

Permalink
Update EIP-4762: fix typo
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
chloefeal authored Dec 25, 2024
1 parent bad059c commit 66f6e9b
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 @@ -52,7 +52,7 @@ process this access event:
(address, 0, BASIC_DATA_LEAF_KEY)
```

Note: a non-value-bearing `SELFDESTRUCT` or `*CALL`, targetting a precompile or a system contract, will not cause the `BASIC_DATA_LEAF_KEY` to be added to the witness.
Note: a non-value-bearing `SELFDESTRUCT` or `*CALL`, targeting a precompile or a system contract, will not cause the `BASIC_DATA_LEAF_KEY` to be added to the witness.

If a `*CALL` or `SELFDESTRUCT` is value-bearing (ie. it transfers nonzero wei), whether or not the `callee` is a precompile or a system contract, process this additional access event:

Expand Down

0 comments on commit 66f6e9b

Please sign in to comment.