This commit is contained in:
jl777
2018-04-17 11:56:43 +03:00
parent 98af287fc3
commit 4e86450219

View File

@@ -4043,7 +4043,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
} }
if ( pindex == 0 ) if ( pindex == 0 )
{ {
fprintf(stderr,"unexpected AcceptBlock error null pindex\n"); //fprintf(stderr,"unexpected AcceptBlock error null pindex\n");
return false; return false;
} }
//fprintf(stderr,"acceptblockheader passed\n"); //fprintf(stderr,"acceptblockheader passed\n");