make sure to update the UI when deleting a transaction

pull/16952/head
Jonas Schnelli 5 years ago
parent 3ce8298888
commit addaf8af82
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D

@ -3376,6 +3376,7 @@ DBErrors CWallet::ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256
const auto& it = mapWallet.find(hash);
wtxOrdered.erase(it->second.m_it_wtxOrdered);
mapWallet.erase(it);
NotifyTransactionChanged(this, hash, CT_DELETED);
}
if (nZapSelectTxRet == DBErrors::NEED_REWRITE)

Loading…
Cancel
Save