This commit is contained in:
jl777
2018-04-20 12:08:51 +03:00
parent 8dcf7f3fab
commit 5295318ec4

View File

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