This commit is contained in:
@@ -4184,7 +4184,11 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C
|
|||||||
rejects++;
|
rejects++;
|
||||||
}
|
}
|
||||||
if ( rejects == 0 || rejects == lastrejects )
|
if ( rejects == 0 || rejects == lastrejects )
|
||||||
|
{
|
||||||
|
if ( lastrejects != 0 )
|
||||||
|
fprintf(stderr,"lastrejects.%d -> all tx in mempool\n",lastrejects);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
fprintf(stderr,"addtomempool ht.%d for CC checking: n.%d rejects.%d last.%d\n",height,(int32_t)block.vtx.size(),rejects,lastrejects);
|
fprintf(stderr,"addtomempool ht.%d for CC checking: n.%d rejects.%d last.%d\n",height,(int32_t)block.vtx.size(),rejects,lastrejects);
|
||||||
lastrejects = rejects;
|
lastrejects = rejects;
|
||||||
rejects = 0;
|
rejects = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user