Update solidityLocals.js

pull/62/head
yann300 4 years ago committed by GitHub
parent 2350efb47a
commit 9a2d127c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-debug/src/debugger/solidityLocals.js

@ -51,7 +51,7 @@ class DebuggerSolidityLocals {
},
function getCurrentCalledAddressAt (stepIndex, next) {
try {
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex)
const address = self.traceManager.getCurrentCalledAddressAt(stepIndex)
next(null, address)
} catch (error) {
next(error)

Loading…
Cancel
Save