From 692c252b24fb4151fd7fa533d141d258549da7ba Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:24:43 +0200 Subject: [PATCH] Update eip-1052.md --- EIPS/eip-1052.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1052.md b/EIPS/eip-1052.md index 356404f1915b14..bf95ca641df0a8 100644 --- a/EIPS/eip-1052.md +++ b/EIPS/eip-1052.md @@ -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`.