Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385

This commit is contained in:
Vitaliy Vlasov 2018-05-25 16:22:13 +03:00
commit ecb6ae00f2
No known key found for this signature in database
GPG Key ID: A7D57C347F2B2964
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@
(try
(eth-gasstation-gas-price)
(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)))