Add more detail when logging to console for estimated gas price from Etherscan-like API

pull/4950/head
Hwee-Boon Yar 2 years ago
parent 161d2f9822
commit bccf4d9ca2
  1. 2
      AlphaWallet/Transfer/Controllers/GasPriceEstimator.swift

@ -62,7 +62,7 @@ final class GasPriceEstimator {
return firstly {
EtherscanGasPriceEstimator().fetch(server: server)
}.get { estimates in
infoLog("Estimated gas price with gas price estimator API: \(estimates)")
infoLog("Estimated gas price with gas price estimator API server: \(server) estimate: \(estimates)")
}.map { estimates in
GasEstimates(standard: BigInt(estimates.standard), others: [
TransactionConfigurationType.slow: BigInt(estimates.slow),

Loading…
Cancel
Save