1
0

kivy: minor fix (follow-up 94708f63e4)

This commit is contained in:
ThomasV
2021-01-12 12:23:01 +01:00
parent 641968fcf8
commit 66d31305e4

View File

@@ -260,7 +260,7 @@ class ElectrumWindow(App, Logger):
req = self.wallet.get_invoice(key)
if req is None:
return
status = self.wallet.get_invoice_status(invoice)
status = self.wallet.get_invoice_status(req)
if self.send_screen:
if status == PR_PAID:
self.send_screen.update()