Skip to content

Commit

Permalink
Update EIP-4762: unconditionnal account write during contract init (#…
Browse files Browse the repository at this point in the history
…8867)

eip4762: unconditionnal account write during contract init
  • Loading branch information
gballet authored Sep 10, 2024
1 parent 72f871d commit 05e03f5
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 05e03f5

Please sign in to comment.