electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6b9971a4666bd3bbd0cd16ea6c4f8e88f40fc878
parent 0a8f5113405253d528241b7ed3a6641fe99ff5f9
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 17 Nov 2019 19:29:48 +0100

fix #5767

Diffstat:
Melectrum/gui/qt/main_window.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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: