This commit is contained in:
jl777
2018-04-16 23:26:51 +03:00
parent f7ce3004cd
commit 5afd0f5da3
2 changed files with 5 additions and 5 deletions

View File

@@ -4075,7 +4075,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 )