Browse Source

Use consistent opcode naming in documentation of miniscript-opcode mapping

master^2
practicalswift 5 years ago
parent
commit
2294d5894a
  1. 2
      bitcoin/script/miniscript.h

2
bitcoin/script/miniscript.h

@ -183,7 +183,7 @@ enum class NodeType {
OR_B, //!< [X] [Y] OP_BOOLOR
OR_C, //!< [X] OP_NOTIF [Y] OP_ENDIF
OR_D, //!< [X] OP_IFDUP OP_NOTIF [Y] OP_ENDIF
OR_I, //!< IF [X] OP_ELSE [Y] OP_ENDIF
OR_I, //!< OP_IF [X] OP_ELSE [Y] OP_ENDIF
ANDOR, //!< [X] OP_NOTIF [Z] OP_ELSE [Y] OP_ENDIF
THRESH, //!< [X1] ([Xn] OP_ADD)* [k] OP_EQUAL
THRESH_M, //!< [k] [key_n]* [n] OP_CHECKMULTISIG

Loading…
Cancel
Save