]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
info log: m_walletImpl->refresh() with walletHeight
authorgg <chown_tee@proton.me>
Mon, 12 Jan 2026 20:36:45 +0000 (15:36 -0500)
committergg <chown_tee@proton.me>
Mon, 12 Jan 2026 20:37:11 +0000 (15:37 -0500)
src/libwalletqt/Wallet.cpp

index 14c551472f0d48f8147181a8918ce81ca6e86331..dc47a03f1f7b5921501a92ffea2722f474f27667 100644 (file)
@@ -502,6 +502,8 @@ void Wallet::startRefreshThread()
                             m_newWallet = false;
                         }
 
+                        quint64 walletHeight = m_walletImpl->blockChainHeight();
+                        qInfo() << "Calling m_walletImpl->refresh(). Wallet height:" << walletHeight << "Daemon height:" << daemonHeight << "Target:" << targetHeight;
                         m_walletImpl->refresh();
                     }
                     last = std::chrono::steady_clock::now();