Skip to content

Commit

Permalink
Update EIP-2935: Point to correct EIP-161
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
jochem-brouwer committed Jul 15, 2024
1 parent 356e40a commit e99be60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ Some activation scenarios:
* for activation at block `1`, only genesis hash will be written at slot `0`.
* for activation at block `32`, block `31`'s hash will be written to slot `31`. Every other slot will be `0`.

### [EIP-158](./eip-158.md) handling
### [EIP-161](./eip-161.md) handling

The bytecode above will be deployed à la [EIP-4788](./eip-4788.md). As such the account at `HISTORY_STORAGE_ADDRESS` will have code and a nonce of 1, and will be exempt from EIP-158 cleanup.
The bytecode above will be deployed à la [EIP-4788](./eip-4788.md). As such the account at `HISTORY_STORAGE_ADDRESS` will have code and a nonce of 1, and will be exempt from EIP-161 cleanup.

### Gas costs

Expand Down

0 comments on commit e99be60

Please sign in to comment.