diff --git a/src/pow.cpp b/src/pow.cpp index 326764bcf..617161aff 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -167,9 +167,9 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in flag = 1; else if ( height >= 108000 && special2 > 0 ) flag = ((height % KOMODO_ELECTION_GAP) > 64 || (height % KOMODO_ELECTION_GAP) == 0); - else if ( height == 790833 || height == 741551 || height == 768413 ) + else if ( height == 790833 ) flag = 1; - else if ( special2 < 0 && height > 700000 ) + else if ( special2 < 0 && height > 790833 ) flag = 0; } if ( flag != 0 || special2 > 0 )