From: gg Date: Mon, 12 Jan 2026 20:36:45 +0000 (-0500) Subject: info log: m_walletImpl->refresh() with walletHeight X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=009bc8a50fdfc4e326107c0c19bf00560e13865c;p=gamesguru%2Ffeather.git info log: m_walletImpl->refresh() with walletHeight --- diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 14c55147..dc47a03f 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -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();