mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
qt coins tab: let user filter by prevout_hash/prevout_n
This commit is contained in:
parent
91d8f12f44
commit
b4bf39ee92
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class UTXOList(MyTreeView):
|
|||
Columns.HEIGHT: _('Height'),
|
||||
Columns.OUTPOINT: _('Output point'),
|
||||
}
|
||||
filter_columns = [Columns.ADDRESS, Columns.LABEL]
|
||||
filter_columns = [Columns.ADDRESS, Columns.LABEL, Columns.OUTPOINT]
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent, self.create_menu,
|
||||
|
|
Loading…
Add table
Reference in a new issue