Browse Source
fixes https://github.com/spesmilo/electrum/issues/7780 fixes https://github.com/spesmilo/electrum/issues/7815 Re FIXME in main_window.py, in particular, adb might call `add_transaction` on the same tx multiple times. In `wallet.on_event_adb_added_tx`, maybe we should propagate `notify_GUI` to `wallet._update_request_statuses_touched_by_tx`. The issue being fixed here (above TARS reports) can be triggered in multiple ways, e.g.: - have an already paid receive request, and receive a payment to the same address again - have an already paid receive request, and *spend from* that address (in which case the history of the address will change, and address_synchronizer will call add_transaction again on the old tx that satisfied the old receive request)patch-4
SomberNight
3 years ago
6 changed files with 14 additions and 3 deletions
Loading…
Reference in new issue