minor fix
authorThomasV <thomasv@gitorious>
Fri, 13 Jun 2014 15:11:15 +0000 (17:11 +0200)
committerThomasV <thomasv@gitorious>
Fri, 13 Jun 2014 15:11:15 +0000 (17:11 +0200)
gui/qt/main_window.py

index 6f7ca86..07112c0 100644 (file)
@@ -1303,7 +1303,7 @@ class ElectrumWindow(QMainWindow):
 
     def show_invoice(self, key):
         from electrum.paymentrequest import PaymentRequest
-        domain, memo, value, status, tx_hash = self.invoices[key]
+        domain, memo, value, expiration, status, tx_hash = self.invoices[key]
         pr = PaymentRequest(self.config)
         pr.read_file(key)
         pr.domain = domain