This commit is contained in:
jl777
2018-07-08 04:01:57 -11:00
parent ffd2c38348
commit 62a9cee4d3

View File

@@ -1457,7 +1457,7 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height)
else*/ else*/
{ {
bnTarget.SetCompact(pblock->nBits,&fNegative,&fOverflow); bnTarget.SetCompact(pblock->nBits,&fNegative,&fOverflow);
fprintf(stderr,"set diff ht.%d slowflag.%d\n",height,slowflag); //fprintf(stderr,"set diff ht.%d slowflag.%d\n",height,slowflag);
} }
bhash = UintToArith256(hash); bhash = UintToArith256(hash);
possible = komodo_block2pubkey33(pubkey33,pblock); possible = komodo_block2pubkey33(pubkey33,pblock);