Skip to content

Commit 313cb10

Browse files
committed
Reverted last fix
1 parent e0d28de commit 313cb10

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

.idea/workspace.xml

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)