mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
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…
x
Reference in New Issue
Block a user