Add debug log

pull/3914/head
Hwee-Boon Yar 3 years ago
parent 6d7fa6df24
commit 8c9a00c406
  1. 2
      AlphaWallet/Transfer/Controllers/TransactionConfigurator.swift

@ -239,6 +239,8 @@ class TransactionConfigurator {
let estimator = EtherscanGasPriceEstimator()
return firstly {
estimator.fetch(server: server)
}.get { estimates in
infoLog("Estimated gas price with gas price estimator API: \(estimates)")
}.map { estimates in
GasEstimates(standard: BigInt(estimates.standard), others: [
TransactionConfigurationType.slow: BigInt(estimates.slow),

Loading…
Cancel
Save