diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -839,15 +839,6 @@ // // Bitwise logic // - case OP_AND: - case OP_OR: - case OP_XOR: { - if (!fEnabledOpCodesMonolith) { - // Disabled opcodes. - return set_error(serror, - SCRIPT_ERR_DISABLED_OPCODE); - } - } break; case OP_EQUAL: case OP_EQUALVERIFY: