diff --git a/src/miner.cpp b/src/miner.cpp index 430f93d7f..9fadb87d2 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1020,7 +1020,7 @@ void static BitcoinMiner_noeq() CBlockIndex* pindexPrev = chainActive.Tip(); // prevent forking on startup before the diff algorithm kicks in - if (pindexPrev < 70) + if (pindexPrev->nHeight < 70) { do { lastTip = pindexPrev;