From b5a7da41738f49b6e767e9ce8a54d841091a3ffe Mon Sep 17 00:00:00 2001 From: gg Date: Sat, 17 Jan 2026 23:32:41 -0500 Subject: [PATCH] revert it in 2nd place, too? --- src/MainWindow.cpp | 5 ----- 1 file changed, 5 deletions(-) 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) { -- 2.52.0