From: CryptoManiac Date: Sun, 13 Jul 2014 23:28:37 +0000 (+0400) Subject: Add OP_SMALLDATA handling to GetOpName X-Git-Tag: v0.4.4.6-nvc-update5~2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a3b8fbc4443829bfc133ed407c5e3865b4b9d400 Add OP_SMALLDATA handling to GetOpName --- diff --git a/src/script.cpp b/src/script.cpp index 15733a7..64208c5 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -244,6 +244,7 @@ const char* GetOpName(opcodetype opcode) // template matching params case OP_PUBKEYHASH : return "OP_PUBKEYHASH"; case OP_PUBKEY : return "OP_PUBKEY"; + case OP_SMALLDATA : return "OP_SMALLDATA"; case OP_INVALIDOPCODE : return "OP_INVALIDOPCODE"; default: