Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Replace MAX_OPCODE for OP_NOP10. #10792
+4
−4
Conversation
|
utACK c8e29d7 |
|
utACK c8e29d7. That's definitely clearer. |
|
utACK |
MeshCollider
commented
Jul 11, 2017
|
utACK c8e29d7 |
laanwj
added the
Refactoring
label
Jul 11, 2017
laanwj
merged commit c8e29d7
into
bitcoin:master
Jul 11, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
laanwj
added a commit
that referenced
this pull request
Jul 11, 2017
|
|
laanwj |
badd81b
|
|
utACK c8e29d7 |
TheBlueMatt
referenced
this pull request
Jul 12, 2017
Merged
Avoid some new gcc warnings in 15 #10808
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maaku commentedJul 11, 2017
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.