Skip to content
Permalink
Browse files

[HF] Re-activated some disabled Bitcoin OPs and enabled new opcodes

  • Loading branch information...
instagibbs committed Oct 12, 2016
1 parent 1287eaa commit c35693257ca59b80659cfc4a965311f028c2d751
Showing with 366 additions and 13 deletions.
  1. +1 −1 src/core_read.cpp
  2. +357 −12 src/script/interpreter.cpp
  3. +4 −0 src/script/script.cpp
  4. +4 −0 src/script/script.h
@@ -28,7 +28,7 @@ CScript ParseScript(const std::string& s)

if (mapOpNames.empty())
{
for (int op = 0; op <= OP_NOP10; op++)
for (int op = 0; op <= 0xff; op++)
{
// Allow OP_RESERVED to get into mapOpNames
if (op < OP_NOP && op != OP_RESERVED)
Oops, something went wrong.

0 comments on commit c356932

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.