Browse Source
qt coins tab: let user filter by prevout_hash/prevout_n
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/utxo_list.py
|
|
@ -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, |
|
|
|