diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 6f7ca862..07112c03 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -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