tfix typo - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit b036e8597a3ca02c5b90bb544bfbacd3ce7a63a0
DIR parent 1f215ae673b674a8b1c2b28ac5d98e124179a6e5
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sat, 5 Sep 2015 09:37:45 +0200
fix typo
Diffstat:
M plugins/exchange_rate.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
t@@ -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)