From 1b127419d37274ed0330ef50af4e0a61bb8eff52 Mon Sep 17 00:00:00 2001 From: gg Date: Mon, 19 Jan 2026 15:14:17 -0500 Subject: [PATCH] checkpoint --- src/libwalletqt/Wallet.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.52.0