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 47a2b7b commit c1603c8Copy full SHA for c1603c8
src/index/base.cpp
@@ -151,9 +151,9 @@ void BaseIndex::ThreadSync()
151
const CBlockIndex* pindex_next = NextSyncBlock(pindex, m_chainstate->m_chain);
152
if (!pindex_next) {
153
m_best_block_index = pindex;
154
- m_synced = true;
155
// No need to handle errors in Commit. See rationale above.
156
Commit();
+ m_synced = true;
157
break;
158
}
159
if (pindex_next->pprev != pindex && !Rewind(pindex, pindex_next->pprev)) {
0 commit comments