Skip to content

Commit

Permalink
Update eip-4788.md (ethereum#5090)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea authored and nachomazzara committed Jan 13, 2023
1 parent 018eeb7 commit c1e6680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4788.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The suggested gas cost is just using the value for the `BLOCKHASH` opcode as `BE

### Why not repurpose `BLOCKHASH`?

The `BLOCKHASH` opcode could be repurposed to provide a beacon block root instead of the current execution block hash.
The `BLOCKHASH` opcode could be repurposed to provide a beacon state root instead of the current execution block hash.
To minimize code change and simplify deployment to mainnet, this EIP suggests leaving `BLOCKHASH` alone and adding a new opcode with the desired semantics.

### Why not bound history of state roots?
Expand Down

0 comments on commit c1e6680

Please sign in to comment.