1
0

various UI

This commit is contained in:
Sander van Grieken
2022-04-12 16:50:27 +02:00
parent 34ef93b2b5
commit 6a22a7698c
3 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ class QEFX(QObject):
return ''
except:
return ''
dt = datetime.fromtimestamp(td)
dt = datetime.fromtimestamp(int(td))
if plain:
return self.fx.ccy_amount_str(self.fx.historical_value(satoshis, dt), False)
else: