X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fscript.h;fp=src%2Fscript.h;h=0f7cdf23baee19f81ae482223e15fd97f6de5814;hp=54508030ac5a1f7c66756ecb9ba531153f7f3073;hb=53792d0d27e0c68322f1a4ab402150a8d4fcee6f;hpb=81d598a951123a6c8e74ddf0a605a9c0728653f4 diff --git a/src/script.h b/src/script.h index 5450803..0f7cdf2 100644 --- a/src/script.h +++ b/src/script.h @@ -623,10 +623,7 @@ public: printf("%s\n", ToString().c_str()); } - CScriptID GetID() const - { - return CScriptID(Hash160(*this)); - } + CScriptID GetID() const; }; bool IsCanonicalPubKey(const std::vector &vchPubKey, unsigned int flags);