Skip to content

Commit

Permalink
Update blockhash_refactoring.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin authored May 19, 2017
1 parent 14e8a35 commit f271d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/blockhash_refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If `block.number >= METROPOLIS_FORK_BLKNUM`, then when processing a block, befor
* `VALUE`: 0
* `DATA`: <32 bytes corresponding to the block's prevhash>

If `block.number >= METROPOLIS_FORK_BLKNUM + 256`, then the BLOCKHASH opcode instead returns the result of executing a call with the parameters:
If `block.number >= METROPOLIS_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>
* `GAS`: 1000000
Expand Down

0 comments on commit f271d17

Please sign in to comment.