mining fix, interests alloc fix, paxwithdraw mining

This commit is contained in:
jl777
2016-12-09 17:10:12 +02:00
parent a62cf5ce2d
commit a7f87026bb

View File

@@ -153,7 +153,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
for (i=31; i>=0; i--)
printf("%02x",((uint8_t *)&bnTarget)[i]);
printf(" ht.%d REWIND.%d special.%d notaryid.%d ht.%d mod.%d error\n",height,KOMODO_REWIND,special,notaryid,height,(height % 35));
if ( (KOMODO_REWIND == 0 && height > 106000) || height <= KOMODO_REWIND )
if ( (KOMODO_REWIND == 0 && height > 108000) || height <= KOMODO_REWIND )
return error("CheckProofOfWork(): hash doesn't match nBits");
}
return true;