Update traceManager.js

pull/7/head
Aniket 5 years ago committed by GitHub
parent 309fc76475
commit 806af11ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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