Skip to content

Commit

Permalink
Merge 692c252 into e3fd4ad
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Dec 22, 2024
2 parents e3fd4ad + 692c252 commit a59462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-1052.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ There are no backwards compatibility concerns.
## Test Cases

1. The `EXTCODEHASH` of the account without code is `c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470`
what is the keccack256 hash of empty data.
what is the keccak256 hash of empty data.
2. The `EXTCODEHASH` of non-existent account is `0`.
3. The `EXTCODEHASH` of a precompiled contract is either `c5d246...` or `0`.
4. If `EXTCODEHASH` of `A` is `X`, then `EXTCODEHASH` of `A + 2**160` is `X`.
Expand Down

0 comments on commit a59462d

Please sign in to comment.