docs: added a comment about removed SCRIPT_ENABLE_DIP0020_OPCODES

This commit is contained in:
Konstantin Akimov 2024-10-08 15:25:41 +07:00
parent 61bc3002b0
commit c8fd37d7ab
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -95,6 +95,12 @@ enum : uint32_t {
// //
SCRIPT_VERIFY_NULLFAIL = (1U << 14), SCRIPT_VERIFY_NULLFAIL = (1U << 14),
// DIP0020_OPCODES - ignored.
// Was used to enable the opcodes listed in DIP0020
// (OP_CAT, OP_AND, OP_OR, OP_XOR, OP_DIV, OP_MOD, OP_SPLIT, OP_BIN2NUM,
// OP_NUM2BIN, OP_CHECKDATASIG, OP_CHECKDATASIGVERIFY).
// SCRIPT_ENABLE_DIP0020_OPCODES = (1U << 15),
// Making OP_CODESEPARATOR and FindAndDelete fail // Making OP_CODESEPARATOR and FindAndDelete fail
// //
SCRIPT_VERIFY_CONST_SCRIPTCODE = (1U << 16), SCRIPT_VERIFY_CONST_SCRIPTCODE = (1U << 16),