This commit is contained in:
jl777
2018-04-15 22:39:57 +03:00
parent da58058de8
commit 2233e3dc3c
2 changed files with 2 additions and 2 deletions

View File

@@ -3345,7 +3345,7 @@ bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationState& sta
CBlockIndex *heightblock = chainActive[nHeight];
if ( heightblock != 0 && heightblock->GetBlockHash() == hash )
{
fprintf(stderr,"got a pre notarization block that matches height.%d\n",(int32_t)nHeight);
//fprintf(stderr,"got a pre notarization block that matches height.%d\n",(int32_t)nHeight);
return true;
} else return state.DoS(100, error("%s: forked chain %d older than last notarized (height %d) vs %d", __func__,nHeight, notarized_height));
}