pending->unconfirmed
This commit is contained in:
@@ -94,7 +94,7 @@ class ElectrumGui:
|
||||
except Exception:
|
||||
time_str = "unknown"
|
||||
else:
|
||||
time_str = 'pending'
|
||||
time_str = 'unconfirmed'
|
||||
|
||||
label = self.wallet.get_label(tx_hash)
|
||||
messages.append( format_str%( time_str, label, format_satoshis(value, whitespaces=True), format_satoshis(balance, whitespaces=True) ) )
|
||||
|
||||
Reference in New Issue
Block a user