fix for injected web3 call

pull/1296/head
aniket-engg 3 years ago committed by Aniket
parent 0781f6aa93
commit 6c99904f53
  1. 2
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -74,7 +74,7 @@ export class TxRunnerWeb3 {
if (useCall) {
const tag = Date.now() // for e2e reference
tx['gas'] = gasLimit
tx['timestamp'] = timestamp
// tx['timestamp'] = timestamp
return this.getWeb3().eth.call(tx, function (error, result: any) {
if (error) return callback(error)
callback(null, {

Loading…
Cancel
Save