This commit is contained in:
ThomasV 2015-09-05 09:37:45 +02:00
parent 1f215ae673
commit b036e8597a
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class Plugin(BasePlugin):
tx_hash, conf, value, timestamp, balance = tx
date = timestamp_to_datetime(timestamp)
if not date:
date = timestmap_to_datetime(0)
date = timestamp_to_datetime(0)
text = self.exchange.historical_value_str(self.fiat_unit(), value, date)
entry.append("%16s"%text)