1
0

pending->unconfirmed

This commit is contained in:
ThomasV
2016-02-15 19:50:44 +01:00
parent 4db45ac789
commit f1822a9603
5 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ class ElectrumGui:
except Exception:
time_str = "------"
else:
time_str = 'pending'
time_str = 'unconfirmed'
label = self.wallet.get_label(tx_hash)
if len(label) > 40: