simplify get_label
This commit is contained in:
@@ -1185,7 +1185,7 @@ class ElectrumWindow:
|
||||
time_str = 'pending'
|
||||
conf_icon = Gtk.STOCK_EXECUTE
|
||||
|
||||
label, is_default_label = self.wallet.get_label(tx_hash)
|
||||
label = self.wallet.get_label(tx_hash)
|
||||
tooltip = tx_hash + "\n%d confirmations"%conf if tx_hash else ''
|
||||
details = self.get_tx_details(tx_hash)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user