Skip to content

Commit 1f9d6ac

Browse files
author
223880
committed
Fix
1 parent 7085403 commit 1f9d6ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/commands.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ OP_IF OP_TRUE OP_ELSE OP_FALSE OP_ENDIF
66

77
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
88

9+
OP_IF <condition> OP_ELSE OP_FALSE OP_ENDIF
10+
911
# ECDCSA script
1012

11-
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
13+
OP_IF <condition> OP_ELSE OP_FALSE OP_ENDIF
1214

1315
# curve ed25519 script
1416

15-
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
17+
OP_IF <condition> OP_ELSE OP_FALSE OP_ENDIF
1618

1719
# curve secp256k1 script
1820

19-
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
21+
OP_IF <condition> OP_ELSE OP_FALSE OP_ENDIF

0 commit comments

Comments
 (0)