From addaf8af8268d918973883a304025d40af5a33c1 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Tue, 24 Sep 2019 11:15:15 +0200 Subject: make sure to update the UI when deleting a transaction --- src/wallet/wallet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7cf09d554b..23f61602d2 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3376,6 +3376,7 @@ DBErrors CWallet::ZapSelectTx(std::vector& vHashIn, std::vectorsecond.m_it_wtxOrdered); mapWallet.erase(it); + NotifyTransactionChanged(this, hash, CT_DELETED); } if (nZapSelectTxRet == DBErrors::NEED_REWRITE) -- cgit v1.2.3