mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
request_lists: remove non-sense
This commit is contained in:
parent
b8d908d63e
commit
234591624e
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ class RequestList(MyTreeView):
|
||||||
for i in range(self.model().rowCount()):
|
for i in range(self.model().rowCount()):
|
||||||
item = self.model().index(i, self.Columns.DATE)
|
item = self.model().index(i, self.Columns.DATE)
|
||||||
row_key = item.data(ROLE_RHASH_OR_ADDR)
|
row_key = item.data(ROLE_RHASH_OR_ADDR)
|
||||||
if item.data(ROLE_REQUEST_TYPE) == REQUEST_TYPE_LN:
|
|
||||||
row_key = self.wallet.lnworker.invoices[row_key][1]
|
|
||||||
if key == row_key:
|
if key == row_key:
|
||||||
self.selectionModel().setCurrentIndex(item, QItemSelectionModel.SelectCurrent | QItemSelectionModel.Rows)
|
self.selectionModel().setCurrentIndex(item, QItemSelectionModel.SelectCurrent | QItemSelectionModel.Rows)
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Reference in a new issue