Commit a3d0b813 authored by yann300's avatar yann300

remove log

parent 2dbafd02
......@@ -177,7 +177,6 @@ class TxRunner {
})
}
this.executionContext.web3().eth.estimateGas(tx, (err, gasEstimation) => {
console.log(err, gasEstimation)
if (err && err.message.indexOf('Invalid JSON RPC response') !== -1) {
// https://github.com/WalletConnect/walletconnect-monorepo/issues/334
err = 'Gas estimation failed because of an unknown internal error. This may indicated that the transaction will fail.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment