diff --git a/src/script/script_flags.h b/src/script/script_flags.h --- a/src/script/script_flags.h +++ b/src/script/script_flags.h @@ -111,7 +111,7 @@ // Note: The Segwit Recovery feature is a (currently moot) exception to // VERIFY_INPUT_SIGCHECKS SCRIPT_VERIFY_INPUT_SIGCHECKS = (1U << 22), - + // Whether the new OP_REVERSEBYTES opcode can be used. SCRIPT_ENABLE_OP_REVERSEBYTES = (1U << 23),