Skip to content

Commit

Permalink
format for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Sep 18, 2024
1 parent 728df49 commit e73b800
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 @@ -253,7 +253,7 @@ When (and only when) calling a system contract either
* _via a system call_ or
* _to resolve a precompile/opcode_,

the system contract code chunks and account accesses should not appear in the witness as these should be known/cached in the clients. However any other accesses and all writes should appear in the witness.
the system contract's _code chunks_ and _account headers_ accesses should not appear in the witness as these should be known/cached in the clients. However any other accesses and all writes should appear in the witness.

Also corresponding witness costs need to be charged for _precompile/opcode resolution_ but are not charged in the _system call_.

Expand Down

0 comments on commit e73b800

Please sign in to comment.