Skip to content

Commit 4f1f2d4

Browse files
Fix OP_NUMEQUAL example
1 parent 03aaf90 commit 4f1f2d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

opcodes/OP_NUMEQUAL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ OP_2 OP_3 OP_NUMEQUAL
6161

6262
```shell
6363
# ASM script
64-
OP_0 OP_0 OP_NUMEQUAL
64+
OP_PUSHBYTES_1 00 OP_0 OP_NUMEQUAL
6565

6666
# Raw script
67-
009c
67+
0100009c
6868

6969
# Stack (before OP_NUMEQUAL)
70-
0 # top
70+
[] # top
7171
0
7272

7373
# Stack (after OP_NUMEQUAL)

0 commit comments

Comments
 (0)