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

@@ -2477,7 +2477,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
else:
time_string = "unknown"
else:
time_string = "pending"
time_string = "unconfirmed"
if value is not None:
value_string = format_satoshis(value, True)