From 9ad8e26e88a928db9be3fa1b43e9716f6d0fa8da Mon Sep 17 00:00:00 2001 From: Nikita Fuchs Date: Wed, 7 Dec 2022 15:34:55 +0100 Subject: [PATCH] Add clarification for Chain.timestamp in the stdlib docs (#429) --- docs/sophia_stdlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 6c5cd52..450568c 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -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