Skip to content

Commit 1a84b33

Browse files
authored
Update stamps.md
1 parent a98b15e commit 1a84b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/concepts/stamps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Not all opcodes in this list may ever be encountered in valid Contracting code.
8989
|COPY |120|2 |2 |4 |
9090
|BINARY_OP |122|2 |2 |4 |
9191
|SEND |123|3 |2 |6 |
92-
|LOAD_FAST |124|1 |2 |2 |
92+
|LOAD_FAST |124|16 |2 |32 |
9393
|STORE_FAST |125|1 |2 |2 |
9494
|DELETE_FAST |126|1 |2 |2 |
9595
|POP_JUMP_FORWARD_IF_NOT_NONE |128|2 |2 |4 |

0 commit comments

Comments
 (0)