do not display default label
This commit is contained in:
@@ -713,6 +713,8 @@ class ElectrumWindow(QMainWindow):
|
|||||||
|
|
||||||
if tx_hash:
|
if tx_hash:
|
||||||
label, is_default_label = self.wallet.get_label(tx_hash)
|
label, is_default_label = self.wallet.get_label(tx_hash)
|
||||||
|
if is_default_label:
|
||||||
|
label = ''
|
||||||
else:
|
else:
|
||||||
label = _('Pruned transaction outputs')
|
label = _('Pruned transaction outputs')
|
||||||
is_default_label = False
|
is_default_label = False
|
||||||
|
|||||||
Reference in New Issue
Block a user