mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
fix typo
This commit is contained in:
parent
1f215ae673
commit
b036e8597a
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class Plugin(BasePlugin):
|
||||||
tx_hash, conf, value, timestamp, balance = tx
|
tx_hash, conf, value, timestamp, balance = tx
|
||||||
date = timestamp_to_datetime(timestamp)
|
date = timestamp_to_datetime(timestamp)
|
||||||
if not date:
|
if not date:
|
||||||
date = timestmap_to_datetime(0)
|
date = timestamp_to_datetime(0)
|
||||||
text = self.exchange.historical_value_str(self.fiat_unit(), value, date)
|
text = self.exchange.historical_value_str(self.fiat_unit(), value, date)
|
||||||
entry.append("%16s"%text)
|
entry.append("%16s"%text)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue