Skip to content

Commit 1eb489b

Browse files
committed
Qt: set main_window.need_update if new transaction is added
1 parent 79ac87f commit 1eb489b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electrum/gui/qt/main_window.py

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ def on_event_wallet_updated(self, wallet):
422422
def on_event_new_transaction(self, wallet, tx):
423423
if wallet == self.wallet:
424424
self.tx_notification_queue.put(tx)
425+
self.need_update.set()
425426

426427
@qt_event_listener
427428
def on_event_status(self):

0 commit comments

Comments
 (0)