]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
checkpoint
authorgg <chown_tee@proton.me>
Mon, 19 Jan 2026 20:14:17 +0000 (15:14 -0500)
committergg <chown_tee@proton.me>
Mon, 19 Jan 2026 20:14:17 +0000 (15:14 -0500)
src/libwalletqt/Wallet.cpp

index ebb9bdd6dd385b8d1425312f9c199593c3dc20fd..64f6057d79d2f32c6638c2611b4383c0db75b85b 100644 (file)
@@ -1750,6 +1750,7 @@ void Wallet::scanMempool() {
         if (!process_txs.empty()) {
             m_wallet2->process_pool_state(process_txs);
         }
+        emit updated();
     } catch (const std::exception &e) {
         qWarning() << "Failed to scan mempool:" << e.what();
     }