From 66f6e9be4471d677d2d32f0429a31387e5c00742 Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Wed, 25 Dec 2024 22:18:32 +0800 Subject: [PATCH] Update EIP-4762: fix typo Merged by EIP-Bot. --- EIPS/eip-4762.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4762.md b/EIPS/eip-4762.md index 49983fd792c668..5f2cd1e1ce4111 100644 --- a/EIPS/eip-4762.md +++ b/EIPS/eip-4762.md @@ -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: