From e666a2f8a4d724840e5fc064503f9974c02d6b14 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 13 Jun 2014 17:02:58 +0200 Subject: [PATCH] fix --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 4912b434..6f7ca862 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -973,7 +973,7 @@ class ElectrumWindow(QMainWindow): else: print_error('invoice already in list') - status = self.invoices[pr_id][3] + status = self.invoices[pr_id][4] if status == PR_PAID: self.do_clear() self.show_message("invoice already paid")