Update traceManager.js

pull/5370/head
Aniket 5 years ago committed by GitHub
parent eef99a7e1d
commit 56eddea620
  1. 2
      remix-lib/src/trace/traceManager.js

@ -14,7 +14,7 @@ function TraceManager (options) {
this.traceCache = new TraceCache()
this.traceAnalyser = new TraceAnalyser(this.traceCache)
this.traceRetriever = new TraceRetriever({web3: this.web3})
this.traceStepManager = new TraceStepManager(this.traceAnalyser, {web3: this.web3})
this.traceStepManager = new TraceStepManager(this.traceAnalyser)
this.tx
}

Loading…
Cancel
Save