This commit is contained in:
ThomasV 2019-11-17 19:29:48 +01:00
parent 0a8f511340
commit 6b9971a466

View file

@ -1407,6 +1407,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
return return
if status == PR_PAID: if status == PR_PAID:
self.notify(_('Payment received') + '\n' + key) self.notify(_('Payment received') + '\n' + key)
self.need_update.set()
def on_invoice_status(self, key, status): def on_invoice_status(self, key, status):
if key not in self.wallet.invoices: if key not in self.wallet.invoices: