pull/3285/head^2
yann300 2 years ago committed by Aniket
parent fb14e2600a
commit 9521a72f39
  1. 2
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -61,7 +61,7 @@ export class TxRunnerWeb3 {
tx = await tryTillTxAvailable(resp, this.getWeb3())
currentDateTime = new Date();
const end = currentDateTime.getTime() / 1000
console.log('stopwatch', end - start)
console.log('tx duration', end - start)
resolve({
receipt,
tx,

Loading…
Cancel
Save