This commit is contained in:
jl777
2016-11-12 15:49:42 -03:00
parent db92d72676
commit 4940066cd1
2 changed files with 6 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
{
if ( notaryid >= 0 )
{
if ( height < 70000 || komodo_is_special(height,pubkey33) > 0 )
if ( height < 70000 || special != 0 || komodo_is_special(height,pubkey33) > 0 )
{
bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow);
flag = 1;