From 90f8277aa99d3b4e31a03ede240da36329ca723b Mon Sep 17 00:00:00 2001 From: gg Date: Mon, 19 Jan 2026 21:09:38 -0500 Subject: [PATCH] okay? --- src/libwalletqt/Wallet.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() { -- 2.52.0