This commit is contained in:
jl777
2018-04-16 23:16:57 +03:00
parent 0c8ffe59fd
commit 2814a36378
2 changed files with 2 additions and 2 deletions

View File

@@ -3829,7 +3829,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
CBlockIndex *&pindex = *ppindex;
if (!AcceptBlockHeader(block, state, &pindex))
{
fprintf(stderr,"AcceptBlockHeader rejected\n");
//fprintf(stderr,"AcceptBlockHeader rejected\n");
return false;
}
if ( pindex == 0 )