From: gg Date: Tue, 20 Jan 2026 02:09:38 +0000 (-0500) Subject: okay? X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=90f8277aa99d3b4e31a03ede240da36329ca723b;p=gamesguru%2Ffeather.git okay? --- diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index d30a6d4d..b4a517ef 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -996,10 +996,8 @@ void Wallet::onRefreshed(bool success, const QString &message) { } void Wallet::rescanBlockchainAsync() { - m_wallet2->rescan_blockchain(); + m_wallet2->rescan_blockchain(false, false, false); // After rescan, the wallet's local height is reset to the refresh-from height. - // We trigger a refresh to update the UI state. - this->refresh(); } void Wallet::refreshModels() {