Skip to content

Commit d35a18f

Browse files
committed
Reverted last fix
1 parent e0d28de commit d35a18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/script.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ enum opcodetype
209209
};
210210

211211
// Maximum value that an opcode can be
212-
static const unsigned int MAX_OPCODE = OP_CHECKSIGADD;
212+
static const unsigned int MAX_OPCODE = OP_NOP10;
213213

214214
std::string GetOpName(opcodetype opcode);
215215

0 commit comments

Comments
 (0)