From a19ccfa5403c525a4b1b1a1fea1ff4fe5c0006cf Mon Sep 17 00:00:00 2001 From: crosschainer <68580992+crosschainer@users.noreply.github.com> Date: Fri, 17 May 2024 10:51:41 +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 fbb6fcb..b008a30 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](https://github.com/python/cpython/blob/3.11/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/3.11/Include/opcode.h). Not all opcodes in this list may ever be encountered in valid Contracting code.