From 0741f6af159da26b0427c684078689af81fd6743 Mon Sep 17 00:00:00 2001 From: Nicolas Ayache Date: Sat, 22 Jul 2023 00:45:38 +0200 Subject: [PATCH 1/2] Doc/Michelson: consistency. --- docs/alpha/michelson.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alpha/michelson.rst b/docs/alpha/michelson.rst index 0a4da3b0ede5..5a4e7338355c 100644 --- a/docs/alpha/michelson.rst +++ b/docs/alpha/michelson.rst @@ -887,7 +887,7 @@ A detailed description of the following instructions can be found in the `intera Operations on timelock ~~~~~~~~~~~~~~~~~~~~~~ -- ``OPEN_CHEST``: opens a timelocked chest given its key and the time. The +- ``OPEN_CHEST``: Open a timelocked chest given its key and the time. The result is a byte option depending if the opening is correct or not. See :doc:`Timelock ` for more information. -- GitLab From 3e8493676103957200a990837058864fc07d37eb Mon Sep 17 00:00:00 2001 From: Nicolas Ayache Date: Sat, 22 Jul 2023 00:46:34 +0200 Subject: [PATCH 2/2] Doc/Michelson: redirect operations on timelock to interactive reference. --- docs/alpha/michelson.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/alpha/michelson.rst b/docs/alpha/michelson.rst index 5a4e7338355c..2906c14ce62f 100644 --- a/docs/alpha/michelson.rst +++ b/docs/alpha/michelson.rst @@ -887,13 +887,9 @@ A detailed description of the following instructions can be found in the `intera Operations on timelock ~~~~~~~~~~~~~~~~~~~~~~ -- ``OPEN_CHEST``: Open a timelocked chest given its key and the time. The - result is a byte option depending if the opening is correct or not. See - :doc:`Timelock ` for more information. +A detailed description of the following instruction can be found in the `interactive Michelson reference manual `__. -:: - - :: chest_key : chest : nat : 'S -> or bytes bool : 'S +- ``OPEN_CHEST``: Open a timelocked chest given its key and the time (`documentation `__). Events -- GitLab