Merge pull request #470 from status-im/develop
log level change for eth gas station
This commit is contained in:
commit
276cb81f03
|
@ -51,7 +51,7 @@
|
||||||
(let [cause (-> t
|
(let [cause (-> t
|
||||||
Throwable->map
|
Throwable->map
|
||||||
:cause)]
|
: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)))
|
||||||
(gas-price-from-config)))
|
(gas-price-from-config)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue