follow-up 4647fda04f
This commit is contained in:
@@ -223,8 +223,7 @@ class QERequestListModel(QEAbstractInvoiceListModel, QtEventListener):
|
|||||||
return item
|
return item
|
||||||
|
|
||||||
def get_invoice_list(self):
|
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):
|
def get_invoice_for_key(self, key: str):
|
||||||
return self.wallet.get_request(key)
|
return self.wallet.get_request(key)
|
||||||
|
|||||||
Reference in New Issue
Block a user