Skip to content

Commit 7085403

Browse files
committed
Fix opcode
1 parent f3d0234 commit 7085403

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

scripts/commands.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
88

99
# ECDCSA script
1010

11-
# curve ellpicit scirpt
11+
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
12+
13+
# curve ed25519 script
14+
15+
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
16+
17+
# curve secp256k1 script
18+
19+
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF

0 commit comments

Comments
 (0)