diff --git a/src/main.cpp b/src/main.cpp index 43bd5dd47..b69abdb00 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1196,7 +1196,7 @@ bool ConnectBestBlock() { pindexNewBest = *it; } - if (pindexNewBest == pindexBest) + if (pindexNewBest == pindexBest || (pindexBest && pindexNewBest->bnChainWork == pindexBest->bnChainWork)) return true; // nothing to do // check ancestry