Skip to content

Commit

Permalink
eip4762: unconditionnal account write during contract init
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Sep 6, 2024
1 parent 58a681e commit c2a0a77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions EIPS/eip-4762.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ When a contract creation is initialized, process these write events:

```
(contract_address, 0, BASIC_DATA_LEAF_KEY)
```

When a contract is created, process these write events:

```
(contract_address, 0, CODEHASH_LEAF_KEY)
```

Expand Down

0 comments on commit c2a0a77

Please sign in to comment.