ThomasV 3 years ago
parent
commit
83dbf36d99
  1. 3
      electrum/gui/qml/qeinvoicelistmodel.py

3
electrum/gui/qml/qeinvoicelistmodel.py

@ -223,8 +223,7 @@ class QERequestListModel(QEAbstractInvoiceListModel, QtEventListener):
return item
def get_invoice_list(self):
# disable for now, as QERequestListModel isn't used in UI
return [] #self.wallet.get_unpaid_requests()
return self.wallet.get_unpaid_requests()
def get_invoice_for_key(self, key: str):
return self.wallet.get_request(key)

Loading…
Cancel
Save