tfix #5767 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 6b9971a4666bd3bbd0cd16ea6c4f8e88f40fc878
DIR parent 0a8f5113405253d528241b7ed3a6641fe99ff5f9
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sun, 17 Nov 2019 19:29:48 +0100
fix #5767
Diffstat:
M electrum/gui/qt/main_window.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
t@@ -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: