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
+1 -1
View File
@@ -483,7 +483,7 @@ The address of the account that mined the current block.
Chain.timestamp : int
```
The timestamp of the current block.
The timestamp of the current block (unix time, milliseconds).
##### difficulty