From: CryptoManiac Date: Sun, 13 Jul 2014 23:29:32 +0000 (+0400) Subject: Merge branch 'master' of github.com:novacoin-project/novacoin X-Git-Tag: v0.4.4.6-nvc-update5~1 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=5ddff22bc2fdd6a290300a0f285b039dbcdf3406;hp=1229ee33a75d14fea0d3ce16c9a8aa6d289265b7;p=novacoin.git Merge branch 'master' of github.com:novacoin-project/novacoin --- 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: