Permalink
Please sign in to comment.
Browse files
Replace MAX_OPCODE for OP_NOP10.
That OP_NOP10 is the last executable opcode is a bit of a obscure trivia, and the MAX_OPCODE constant already exists. This merely standardizes use of MAX_OPCODE over OP_NOP10 where it makes sense and is more clear.
- Loading branch information...
Showing
with
4 additions
and 4 deletions.
- +1 −1 src/core_read.cpp
- +3 −3 src/test/data/script_tests.json
0 comments on commit
c8e29d7