Skip to content

Commit

Permalink
Update eip-4788.md (#5090)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea authored Jun 29, 2022
1 parent 48667fe commit 62f2847
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 62f2847

Please sign in to comment.