diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 08f493178..a40e9ff2b 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -1407,6 +1407,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): return if status == PR_PAID: self.notify(_('Payment received') + '\n' + key) + self.need_update.set() def on_invoice_status(self, key, status): if key not in self.wallet.invoices: