Skip to content

Commit

Permalink
Update EIP-210: Make it not crash my build system (ethereum#7370)
Browse files Browse the repository at this point in the history
* Update EIP-210: Make it not crash my build system

* Missed one
  • Loading branch information
Pandapip1 authored and streamnft-tech committed Oct 27, 2023
1 parent b82122e commit aafef9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-210.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ If `block.number >= CONSTANTINOPLE_FORK_BLKNUM`, then when processing a block, b
* `GAS`: 1000000
* `TO`: BLOCKHASH_CONTRACT_ADDR
* `VALUE`: 0
* `DATA`: <32 bytes corresponding to the block's prevhash>
* `DATA`: &lt;32 bytes corresponding to the block's prevhash&gt;

If `block.number >= CONSTANTINOPLE_FORK_BLKNUM + 256`, then the BLOCKHASH opcode instead returns the result of executing a call (NOT a transaction) with the parameters:

* `SENDER`: <account from which the opcode was called>
* `SENDER`: &lt;account from which the opcode was called&gt;
* `GAS`: 1000000
* `TO`: BLOCKHASH_CONTRACT_ADDR
* `VALUE`: 0
Expand Down

0 comments on commit aafef9e

Please sign in to comment.