From e2364ded8839412713b319a14f2cb69975ef67cc Mon Sep 17 00:00:00 2001 From: zwjkf <503755414@qq.com> Date: Fri, 9 Aug 2024 14:08:34 +0800 Subject: [PATCH] Update Description --- EIPS/eip-7637.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/EIPS/eip-7637.md b/EIPS/eip-7637.md index 7383e530bcec8..e7f8733a4df1b 100644 --- a/EIPS/eip-7637.md +++ b/EIPS/eip-7637.md @@ -47,9 +47,7 @@ If someone uses a `add.codehash==0` to determine whether a contract has been cre ## Backwards Compatibility - -Needs discussion. -It is unclear whether there is a situation where codehash is actually used to determine whether an address has a balance and the codehash is `keccak256("")`. +Using codehash to determine whether a non-contract address has a balance will not be available ## Reference Implementation @@ -93,10 +91,7 @@ def extcodehash(evm: Evm) -> None: ## Security Considerations - -Needs discussion. -It is unclear whether there is a situation where codehash is actually used to determine whether an address has a balance and the codehash is `keccak256("")`. - +Using codehash to determine whether a non-contract address has a balance will not be available ## Copyright