Update solidityLocals.js

pull/5370/head
yann300 4 years ago committed by GitHub
parent be8072a5ff
commit e14232e9eb
  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