From 6c99904f53b58ab7e19e263999854e0b356be55a Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 15 Jun 2021 12:10:41 +0530 Subject: [PATCH] fix for injected web3 call --- libs/remix-lib/src/execution/txRunnerWeb3.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {