Browse Source

Use correct spelling for OP_EQUALVERIFY

master
practicalswift 5 years ago
parent
commit
22886bc34f
  1. 2
      bitcoin/script/miniscript.h

2
bitcoin/script/miniscript.h

@ -164,7 +164,7 @@ enum class NodeType {
JUST_0, //!< OP_0
JUST_1, //!< OP_1
PK, //!< [key]
PK_H, //!< OP_DUP OP_HASH160 [keyhash] OP_EQUALVERFIFY
PK_H, //!< OP_DUP OP_HASH160 [keyhash] OP_EQUALVERIFY
OLDER, //!< [n] OP_CHECKSEQUENCEVERIFY
AFTER, //!< [n] OP_CHECKLOCKTIMEVERIFY
SHA256, //!< OP_SIZE 32 OP_EQUALVERIFY OP_SHA256 [hash] OP_EQUAL

Loading…
Cancel
Save