Convert to double instead of float

This commit is contained in:
Vitaliy Vlasov 2018-03-13 15:20:33 +02:00
parent 8b6d02d76f
commit f8063e048f
No known key found for this signature in database
GPG Key ID: A7D57C347F2B2964
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
(str "Tokens: "
(str/join " " (map (fn [[tla balance]] (format "%s: %.2f"
(subs (str tla) 1)
(float balance)))
(double balance)))
token-balances))
"\n")))