We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538c0f6 commit 2d33895Copy full SHA for 2d33895
src/txdb.cpp
@@ -225,9 +225,6 @@ bool CBlockTreeDB::LoadBlockIndexGuts()
225
pindexNew->nStatus = diskindex.nStatus;
226
pindexNew->nTx = diskindex.nTx;
227
228
- if (!CheckProof(pindexNew->GetBlockHeader()))
229
- return error("LoadBlockIndex() : CheckProof failed: %s", pindexNew->ToString());
230
-
231
pcursor->Next();
232
} else {
233
break; // if shutdown requested or finished loading block index
0 commit comments