]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
revert it in 2nd place, too?
authorgg <chown_tee@proton.me>
Sun, 18 Jan 2026 04:32:41 +0000 (23:32 -0500)
committergg <chown_tee@proton.me>
Sun, 18 Jan 2026 04:32:41 +0000 (23:32 -0500)
src/MainWindow.cpp

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