Skip to content

Commit

Permalink
Update Description
Browse files Browse the repository at this point in the history
  • Loading branch information
ZWJKFLC committed Aug 9, 2024
1 parent 3981bee commit e2364de
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions EIPS/eip-7637.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ If someone uses a `add.codehash==0` to determine whether a contract has been cre

## Backwards Compatibility

<!-- TODO: -->
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
Expand Down Expand Up @@ -93,10 +91,7 @@ def extcodehash(evm: Evm) -> None:

## Security Considerations

<!-- TODO: -->
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

Expand Down

0 comments on commit e2364de

Please sign in to comment.