From b036e8597a3ca02c5b90bb544bfbacd3ce7a63a0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 5 Sep 2015 09:37:45 +0200 Subject: [PATCH] fix typo --- plugins/exchange_rate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index b102cdfd5..8d79324cf 100644 --- a/plugins/exchange_rate.py +++ b/plugins/exchange_rate.py @@ -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)