This commit is contained in:
jl777
2016-12-13 08:50:56 +02:00
parent 3dcce5b419
commit d62eb4b0cb

View File

@@ -146,7 +146,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
// Check proof of work matches claimed amount
if ( UintToArith256(hash) > bnTarget )
{
if ( (KOMODO_REWIND == 0 && height > 108000) || height <= KOMODO_REWIND )
if ( height > 108000 )
{
int32_t i;
for (i=31; i>=0; i--)