From cf841f5d57772df986c7aff09da54db5de4a3126 Mon Sep 17 00:00:00 2001 From: Nikita Fuchs Date: Mon, 28 Nov 2022 14:27:21 +0100 Subject: [PATCH] add clarification for Chain.timestamp add clarification for Chain.timestamp --- 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