Add clarification for Chain.timestamp in the stdlib docs (#429)

This commit is contained in:
Nikita Fuchs 2022-12-07 15:34:55 +01:00 committed by GitHub
parent 5adeb6c93e
commit 9ad8e26e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,7 @@ The address of the account that mined the current block.
Chain.timestamp : int Chain.timestamp : int
``` ```
The timestamp of the current block. The timestamp of the current block (unix time, milliseconds).
##### difficulty ##### difficulty