diff --git a/docs/alpha/michelson.rst b/docs/alpha/michelson.rst index 0a4da3b0ede5063b57f4f1fa16b6d3149aa5f499..2906c14ce62f46abe63c9a400465c0a4c27fbcce 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``: opens 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