Do not reorganize if new branch has same amount of work
@ -1198,7 +1198,7 @@ bool ConnectBestBlock() {
pindexNewBest = *it;
}
if (pindexNewBest == pindexBest)
if (pindexNewBest == pindexBest || (pindexBest && pindexNewBest->bnChainWork == pindexBest->bnChainWork))
return true; // nothing to do
// check ancestry