This commit is contained in:
jl777
2017-02-02 17:11:19 +02:00
parent d3007e161d
commit 2a080a8aaa

View File

@@ -133,6 +133,8 @@ int32_t komodo_eligiblenotary(int32_t *mids,int32_t *nonzpkeysp,int32_t height)
else return(0);
}
extern std::string NOTARY_PUBKEY;
bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned int nBits, const Consensus::Params& params)
{
extern int32_t KOMODO_REWIND;