do not display default label

This commit is contained in:
ThomasV 2015-03-28 19:11:49 +01:00
parent bc3ed470e1
commit 7d79ecce73

View file

@ -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