]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
okay? working
authorgg <chown_tee@proton.me>
Tue, 20 Jan 2026 02:09:38 +0000 (21:09 -0500)
committergg <chown_tee@proton.me>
Tue, 20 Jan 2026 02:09:38 +0000 (21:09 -0500)
src/libwalletqt/Wallet.cpp

index d30a6d4d2aeeaecd3a8f40ba828f8793703e66f9..b4a517efe379f3681b554294ced09ba32344ecaa 100644 (file)
@@ -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() {