From 369804a3345e7855890acab6b73839f25be659f2 Mon Sep 17 00:00:00 2001 From: radrow Date: Tue, 19 Apr 2022 19:39:57 +0200 Subject: [PATCH] update docs --- 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 d0c5de3..fdc94a5 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -457,7 +457,7 @@ Chain.block_hash(h : int) : option(bytes(32)) The hash of the block at height `h`. `h` has to be within 256 blocks from the current height of the chain or else the function will return `None`. -NOTE: In AEVM and FATE VM version 1 `Chain.block_height` was not considered an +NOTE: In FATE VM version 1 `Chain.block_height` was not considered an allowed height. From FATE VM version 2 (IRIS) it will return the block hash of the current generation.