pull/3316/head
yann300 2 years ago committed by Aniket
parent abaa57cb32
commit 6dfe32bd8c
  1. 2
      libs/remix-debug/src/trace/traceManager.ts

@ -69,7 +69,7 @@ export class TraceManager {
fullStorage: false
}
this.web3.debug.traceTransaction(txHash, options, function (error, result) {
if (error) return reject(error)
if (error) return reject(error)
resolve(result)
})
})

Loading…
Cancel
Save