commit b036e8597a3ca02c5b90bb544bfbacd3ce7a63a0
parent 1f215ae673b674a8b1c2b28ac5d98e124179a6e5
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 5 Sep 2015 09:37:45 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)