We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecdf6e commit e639364Copy full SHA for e639364
src/validation.cpp
@@ -2914,6 +2914,7 @@ CBlockIndex* Chainstate::FindMostWorkChain()
2914
while (pindexTest != pindexFailed) {
2915
if (fFailedChain) {
2916
pindexFailed->nStatus |= BLOCK_FAILED_CHILD;
2917
+ m_blockman.m_dirty_blockindex.insert(pindexFailed);
2918
} else if (fMissingData) {
2919
// If we're missing data, then add back to m_blocks_unlinked,
2920
// so that if the block arrives in the future we can try adding
0 commit comments