mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
fix #5767
This commit is contained in:
parent
0a8f511340
commit
6b9971a466
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue