qt coins tab: let user filter by prevout_hash/prevout_n
This commit is contained in:
parent
91d8f12f44
commit
b4bf39ee92
@ -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…
Reference in New Issue
Block a user