This commit is contained in:
ThomasV 2016-08-20 17:33:12 +02:00
parent 8423f8394f
commit c367cd64ad
1 changed files with 1 additions and 1 deletions

View File

@ -2118,7 +2118,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
history = wallet.get_history()
lines = []
for item in history:
tx_hash, height, conf, timestamp, value, balance = item
tx_hash, height, confirmations, timestamp, value, balance = item
if height>0:
if timestamp is not None:
time_string = format_time(timestamp)