]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Revert "idk ok?"
authorgg <chown_tee@proton.me>
Sun, 18 Jan 2026 04:31:32 +0000 (23:31 -0500)
committergg <chown_tee@proton.me>
Sun, 18 Jan 2026 04:31:32 +0000 (23:31 -0500)
This reverts commit 6b6bc2d7ba66dd4ee94f5674f9c2f824e2b117c2.

src/MainWindow.cpp

index d8f2b66eccec8fd847087310dc1f9bc6de8b90a5..8cffc193b2f4e42f9fa5dab9a39db663154706ad 100644 (file)
@@ -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) {