This commit is contained in:
jl777
2018-04-16 02:45:36 +03:00
parent da4020cb61
commit 3d3f275f14
2 changed files with 3 additions and 3 deletions

View File

@@ -4529,7 +4529,7 @@ bool RewindBlockIndex(const CChainParams& params)
setDirtyBlockIndex.insert(pindexIter);
if (pindexIter == pindexBestInvalid)
{
fprintf(stderr,"Reset invalid block marker if it was pointing to this block\n");
//fprintf(stderr,"Reset invalid block marker if it was pointing to this block\n");
pindexBestInvalid = NULL;
}