Skip to content

Commit d744c0d

Browse files
authored
Merge pull request #12637 from Hakeemmidan/patch-1
Update docs/cheatsheet.rst
2 parents a9b9170 + c314597 commit d744c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Global Variables
9292
- ``block.difficulty`` (``uint``): current block difficulty
9393
- ``block.gaslimit`` (``uint``): current block gaslimit
9494
- ``block.number`` (``uint``): current block number
95-
- ``block.timestamp`` (``uint``): current block timestamp
95+
- ``block.timestamp`` (``uint``): current block timestamp in seconds since Unix epoch
9696
- ``gasleft() returns (uint256)``: remaining gas
9797
- ``msg.data`` (``bytes``): complete calldata
9898
- ``msg.sender`` (``address``): sender of the message (current call)

0 commit comments

Comments
 (0)