Skip to content

Commit

Permalink
Adding ZC OP Codes to script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalv committed Aug 7, 2014
1 parent fdbcf73 commit 4ba421b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ const char* GetOpName(opcodetype opcode)
case OP_NOP9 : return "OP_NOP9";
case OP_NOP10 : return "OP_NOP10";


// Zerocoin
case OP_ZCSPEND : return "OP_ZCSPEND";
case OP_ZCCHECKPT : return "OP_ZCCHECKPT";
case OP_ZCMINT : return "OP_ZCMINT";
case OP_ZCFIRSTHALF : return "OP_ZCFIRSTHALF";

// template matching params
case OP_PUBKEYHASH : return "OP_PUBKEYHASH";
Expand Down

0 comments on commit 4ba421b

Please sign in to comment.