pull/5370/head
yann300 2 years ago committed by Aniket
parent 2817971ec5
commit e4a4ac6423
  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