Change to 792000

This commit is contained in:
jl777
2018-04-13 15:03:21 +03:00
parent c54cb7d57b
commit 6864ae44a4

View File

@@ -169,7 +169,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
flag = ((height % KOMODO_ELECTION_GAP) > 64 || (height % KOMODO_ELECTION_GAP) == 0);
else if ( height == 790833 )
flag = 1;
else if ( special2 < 0 && height > 800000 )
else if ( special2 < 0 && height > 792000 )
flag = 0;
}
if ( flag != 0 || special2 > 0 )