From: gg Date: Sun, 18 Jan 2026 04:32:41 +0000 (-0500) Subject: revert it in 2nd place, too? X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=b5a7da41738f49b6e767e9ce8a54d841091a3ffe;p=gamesguru%2Ffeather.git revert it in 2nd place, too? --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 8cffc193..8f074ef8 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -879,11 +879,6 @@ void MainWindow::updateSyncStatusToolTip() { quint64 walletHeight = m_wallet->blockChainHeight(); quint64 targetHeight = m_wallet->daemonBlockChainTargetHeight(); - // Fall back to persisted network height if current is 0 - if (targetHeight == 0) { - targetHeight = conf()->get(Config::lastKnownNetworkHeight).toULongLong(); - } - // 1. Calculate Real Lag (If connected) quint64 blocksBehind = 0; if (targetHeight > walletHeight) {