Skip to content

Commit c8fd37d

Browse files
committed
docs: added a comment about removed SCRIPT_ENABLE_DIP0020_OPCODES
1 parent 61bc300 commit c8fd37d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/script/interpreter.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ enum : uint32_t {
9595
//
9696
SCRIPT_VERIFY_NULLFAIL = (1U << 14),
9797

98+
// DIP0020_OPCODES - ignored.
99+
// Was used to enable the opcodes listed in DIP0020
100+
// (OP_CAT, OP_AND, OP_OR, OP_XOR, OP_DIV, OP_MOD, OP_SPLIT, OP_BIN2NUM,
101+
// OP_NUM2BIN, OP_CHECKDATASIG, OP_CHECKDATASIGVERIFY).
102+
// SCRIPT_ENABLE_DIP0020_OPCODES = (1U << 15),
103+
98104
// Making OP_CODESEPARATOR and FindAndDelete fail
99105
//
100106
SCRIPT_VERIFY_CONST_SCRIPTCODE = (1U << 16),

0 commit comments

Comments
 (0)