mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 18:44:38 +00:00
Substitute Exception with Throwable
This commit is contained in:
parent
9cd5ca84c4
commit
36e4868294
@ -149,7 +149,7 @@
|
||||
(let [format-float (fn [balance]
|
||||
(try
|
||||
(format "%.2f" (float balance))
|
||||
(catch Exception ex
|
||||
(catch Throwable ex
|
||||
(do
|
||||
(log/error "Failed to convert token value:" balance)
|
||||
"0.00"))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user