Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385
This commit is contained in:
commit
ecb6ae00f2
|
@ -48,7 +48,10 @@
|
||||||
(try
|
(try
|
||||||
(eth-gasstation-gas-price)
|
(eth-gasstation-gas-price)
|
||||||
(catch Throwable t
|
(catch Throwable t
|
||||||
(log/error "Failed to get gas price with ethgasstation API" t)
|
(let [cause (-> t
|
||||||
|
Throwable->map
|
||||||
|
:cause)]
|
||||||
|
(log/error "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