This commit is contained in:
jl777
2016-11-13 07:42:58 -03:00
parent 5970a0d747
commit cfbf96d10a

View File

@@ -475,7 +475,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
Minerids[height-i] = komodo_minerid(height-i); Minerids[height-i] = komodo_minerid(height-i);
if ( Minerids[height - i] == -2 ) if ( Minerids[height - i] == -2 )
{ {
fprintf(stderr,"second -2 for Minerids[%d] current.%d\n",height-i,CURRENT_HEIGHT); //fprintf(stderr,"second -2 for Minerids[%d] current.%d\n",height-i,CURRENT_HEIGHT);
return(0); return(0);
} }
} }