minor fix

This commit is contained in:
ThomasV 2014-06-13 17:11:15 +02:00
parent e666a2f8a4
commit 1f38a42d73
1 changed files with 1 additions and 1 deletions

View 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