From fd62086c10565fddbee2832e882051bd1b91b9d4 Mon Sep 17 00:00:00 2001 From: crosschainer <68580992+crosschainer@users.noreply.github.com> Date: Fri, 17 May 2024 10:51:02 +0200 Subject: [PATCH] Update stamps.md --- docs/concepts/stamps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/stamps.md b/docs/concepts/stamps.md index b518ea5..fbb6fcb 100644 --- a/docs/concepts/stamps.md +++ b/docs/concepts/stamps.md @@ -12,7 +12,7 @@ If all of the stamps are deducted before the transaction is done, the transactio ## Opcode Cost Chart -Details on Python Opcodes from the `dis` module documentation [here](https://docs.python.org/3/library/dis.html). CPython Opcode definitions [here](https://github.com/python/cpython/blob/master/Include/opcode.h). +Details on Python Opcodes from the `dis` module documentation [here](https://docs.python.org/3/library/dis.html). CPython Opcode definitions [here]([https://github.com/python/cpython/blob/master/Include/opcode.h](https://github.com/python/cpython/blob/3.11/Include/opcode.h)). Not all opcodes in this list may ever be encountered in valid Contracting code.