diff --git a/libs/remix-lib/src/execution/txRunnerWeb3.ts b/libs/remix-lib/src/execution/txRunnerWeb3.ts index 650593dfbc..f4bf3a662f 100644 --- a/libs/remix-lib/src/execution/txRunnerWeb3.ts +++ b/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, {