We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7085403 commit 1f9d6acCopy full SHA for 1f9d6ac
1 file changed
scripts/commands.sh
@@ -6,14 +6,16 @@ OP_IF OP_TRUE OP_ELSE OP_FALSE OP_ENDIF
6
7
OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
8
9
+OP_IF <condition> OP_ELSE OP_FALSE OP_ENDIF
10
+
11
# ECDCSA script
12
-OP_IF ${eventType} OP_ELSE OP_FALSE OP_ENDIF
13
14
15
# curve ed25519 script
16
17
18
19
# curve secp256k1 script
20
21
0 commit comments