Page MenuHomePhabricator

[backport#16952] gui: make sure to update the UI when deleting a transaction
ClosedPublic

Authored by majcosta on Jul 27 2020, 21:04.

Details

Summary

make sure to update the UI when deleting a transaction (Jonas Schnelli)

Pull request description:

`CWallet::ZapSelectTx` removes transactions from the internal model, but leaves the UI in the dark.
Adding a `NotifyTransactionChanged()` should avoid having invalid transactions in the GUI.

Fixes #16950

https://github.com/bitcoin/bitcoin/pull/16952/commits/addaf8af8268d918973883a304025d40af5a33c1


Backport of Core PR16952

Test Plan
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 27 2020, 21:43

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.