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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 4912b43..6f7ca86 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") -- 1.7.1