From: gg Date: Mon, 19 Jan 2026 20:14:17 +0000 (-0500) Subject: checkpoint X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=1b127419d37274ed0330ef50af4e0a61bb8eff52;p=gamesguru%2Ffeather.git checkpoint --- diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index ebb9bdd6..64f6057d 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -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(); }