From: gg Date: Sun, 18 Jan 2026 04:31:32 +0000 (-0500) Subject: Revert "idk ok?" X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=9067aa2bfc7eb4a73866f8cf2f260f04b1556b38;p=gamesguru%2Ffeather.git Revert "idk ok?" This reverts commit 6b6bc2d7ba66dd4ee94f5674f9c2f824e2b117c2. --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index d8f2b66e..8cffc193 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1965,10 +1965,6 @@ QString MainWindow::getPausedStatusText() { quint64 walletHeight = m_wallet->blockChainHeight(); quint64 targetHeight = m_wallet->daemonBlockChainTargetHeight(); - if (targetHeight == 0) { - targetHeight = conf()->get(Config::lastKnownNetworkHeight).toULongLong(); - } - if (walletHeight > 0 && targetHeight > 0) { quint64 blocksBehind = Utils::blocksBehind(walletHeight, targetHeight); if (blocksBehind > 0) {