Convert to double instead of float
This commit is contained in:
parent
8b6d02d76f
commit
f8063e048f
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue