do not display default label
This commit is contained in:
parent
bc3ed470e1
commit
7d79ecce73
@ -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…
Reference in New Issue
Block a user