This commit is contained in:
jl777
2016-11-21 20:09:33 -03:00
parent 0dfe3f3680
commit 40d3a54fc5
3 changed files with 4 additions and 4 deletions

View File

@@ -135,8 +135,8 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
special2 = komodo_is_special(height,pubkey33);
if ( special2 == -2 )
printf("height.%d special2.%d special.%d\n",height,special2,special);
if ( special2 == -2 || (height < 70000 && (special != 0 || special2 > 0)) ||
(height >= 70000 && special2 > 0) )
if ( special2 == -2 || (height < 80000 && (special != 0 || special2 > 0)) ||
(height >= 80000 && special2 > 0) )
{
bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow);
flag = 1;