Skip to content

Commit

Permalink
Update evm.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega authored Dec 22, 2017
1 parent 26bb7ea commit 79e7b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@

0x40 BLOCKHASH
Get the hash of one of the 256 most recent complete blocks.
Where blockhash(number) is the hash of a block of a particular number, up to a maximum age.
0 is left on the stack if the looked for block number is greater than the current block number
or more than 256 blocks behind the current block.

Input Args
* value1 - block number (32 bytes)
Expand Down

0 comments on commit 79e7b04

Please sign in to comment.