X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;fp=src%2Fmain.h;h=b6bf6c737e1d47d893aebd85035afec61dc9d417;hp=205110e578de587aa054b71bcb04ff98bebca2a9;hb=ec37513297179011b0c13d269a7147aa2df079c1;hpb=20ef4799500378c005dee0c15573b40dab031d37 diff --git a/src/main.h b/src/main.h index 205110e..b6bf6c7 100644 --- a/src/main.h +++ b/src/main.h @@ -9,7 +9,6 @@ #include "sync.h" #include "net.h" #include "script.h" -#include "scrypt.h" #include #include @@ -935,10 +934,7 @@ public: return (nBits == 0); } - uint256 GetHash() const - { - return scrypt_blockhash((const uint8_t*)&nVersion); - } + uint256 GetHash() const; int64_t GetBlockTime() const {