This commit is contained in:
jl777
2017-02-02 17:17:21 +02:00
parent 2a080a8aaa
commit de25e7589e

View File

@@ -184,7 +184,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 ( nonzpkeys > 0 && height > 181280 && KOMODO_REWIND == 0 && komodo_chainactive(height) != 0 )
if ( nonzpkeys > 0 && height > 181500 && KOMODO_REWIND == 0 && komodo_chainactive(height) != 0 )
{
int32_t i;
for (i=31; i>=0; i--)