From 3218a2c17265581cc941c1d9d2bbb9e1d4525821 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Thu, 21 Oct 2021 14:08:03 +0200 Subject: [PATCH] Fix docs Oracle.expire -> Oracle.expiry --- 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 776ee0f..74b27f9 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -457,10 +457,10 @@ Oracle.get_answer(o : oracle('a, 'b), q : oracle_query('a, 'b)) : option('b) Checks what is the optional query answer -#### expire +#### expiry ``` -Oracle.expire(o : oracle('a, 'b)) : int +Oracle.expiry(o : oracle('a, 'b)) : int ``` Ask the oracle when it expires. The result is the block height at which it will happen.