Merge pull request #470 from status-im/develop

log level change for eth gas station
This commit is contained in:
Rob Culliton 2018-07-05 15:07:49 -04:00 committed by GitHub
commit 276cb81f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)))