Skip to content

Commit

Permalink
kivy: minor fix (follow-up 94708f6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Jan 12, 2021
1 parent 641968f commit 66d3130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/gui/kivy/main_window.py
Expand Up @@ -260,7 +260,7 @@ def on_invoice_status(self, event, wallet, key):
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()
Expand Down

0 comments on commit 66d3130

Please sign in to comment.