diff --git a/src/clj/commiteth/routes/services.clj b/src/clj/commiteth/routes/services.clj index 9620b59..cfd8f51 100644 --- a/src/clj/commiteth/routes/services.clj +++ b/src/clj/commiteth/routes/services.clj @@ -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"))))