From 7b8957b46af059ab6c24d0675ff8c351da3d60d2 Mon Sep 17 00:00:00 2001 From: Nikita Fuchs Date: Sat, 18 Jun 2022 12:03:46 +0200 Subject: [PATCH] Update sophia_stdlib.md (#350) * Update sophia_stdlib.md add more precise description of oracle TTLs * Update sophia_stdlib.md --- docs/sophia_stdlib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index fdc94a5..6c5cd52 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -812,8 +812,8 @@ Registers new oracle answering questions of type `'a` with answers of type `'b`. private key of the account, proving you have the private key of the oracle to be. If the address is the same as the contract `sign` is ignored and can be left out entirely. * The `qfee` is the minimum query fee to be paid by a user when asking a question of the oracle. -* The `ttl` is the Time To Live for the oracle, either relative to the current - height (`RelativeTTL(delta)`) or a fixed height (`FixedTTL(height)`). +* The `ttl` is the Time To Live for the oracle in key blocks, either relative to the current + key block height (`RelativeTTL(delta)`) or a fixed key block height (`FixedTTL(height)`). * The type `'a` is the type of the question to ask. * The type `'b` is the type of the oracle answers.