This commit is contained in:
jl777
2018-04-17 11:56:05 +03:00
parent ab0dd7551e
commit 2cce69c0bd

View File

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