mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
do not display default label
This commit is contained in:
parent
bc3ed470e1
commit
7d79ecce73
1 changed files with 2 additions and 0 deletions
|
@ -713,6 +713,8 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
if tx_hash:
|
||||
label, is_default_label = self.wallet.get_label(tx_hash)
|
||||
if is_default_label:
|
||||
label = ''
|
||||
else:
|
||||
label = _('Pruned transaction outputs')
|
||||
is_default_label = False
|
||||
|
|
Loading…
Add table
Reference in a new issue