mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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()):
|
||||
item = self.model().index(i, self.Columns.DATE)
|
||||
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:
|
||||
self.selectionModel().setCurrentIndex(item, QItemSelectionModel.SelectCurrent | QItemSelectionModel.Rows)
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue