From 9067aa2bfc7eb4a73866f8cf2f260f04b1556b38 Mon Sep 17 00:00:00 2001 From: gg Date: Sat, 17 Jan 2026 23:31:32 -0500 Subject: [PATCH] Revert "idk ok?" This reverts commit 6b6bc2d7ba66dd4ee94f5674f9c2f824e2b117c2. --- src/MainWindow.cpp | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.52.0