Merge pull request #2268 from MicahZoltu/patch-1

Improves clarity of block.timestamp
This commit is contained in:
Yoichi Hirai 2017-05-16 11:07:33 +02:00 committed by GitHub
commit 2ba87fe804

View File

@ -55,7 +55,7 @@ Block and Transaction Properties
- ``block.difficulty`` (``uint``): current block difficulty
- ``block.gaslimit`` (``uint``): current block gaslimit
- ``block.number`` (``uint``): current block number
- ``block.timestamp`` (``uint``): current block timestamp
- ``block.timestamp`` (``uint``): current block timestamp as seconds since unix epoch
- ``msg.data`` (``bytes``): complete calldata
- ``msg.gas`` (``uint``): remaining gas
- ``msg.sender`` (``address``): sender of the message (current call)