From 49c4e6f74a2586ae6f91747786e67b32e95291f6 Mon Sep 17 00:00:00 2001 From: Rob Culliton Date: Mon, 2 Jul 2018 11:51:00 -0400 Subject: [PATCH] change eth gas station api down from error to debug --- src/clj/commiteth/eth/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index 9fa3112..2e906ca 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -51,7 +51,7 @@ (let [cause (-> t Throwable->map :cause)] - (log/error "Failed to get gas price with ethgasstation API" cause)) + (log/debug "Failed to get gas price with ethgasstation API" cause)) (gas-price-from-config))) (gas-price-from-config)))