fix this reference

pull/5370/head
yann300 4 years ago committed by Aniket
parent 4f26343af9
commit 59daaa9757
  1. 2
      libs/remix-debug/src/debugger/solidityLocals.js

@ -34,7 +34,7 @@ class DebuggerSolidityLocals {
this.traceManager.waterfall([ this.traceManager.waterfall([
this.traceManager.getStackAt, this.traceManager.getStackAt,
this.traceManager.getMemoryAt, this.traceManager.getMemoryAt,
function getCurrentCalledAddressAt (stepIndex, next) { (stepIndex, next) => {
try { try {
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) const address = this.traceManager.getCurrentCalledAddressAt(stepIndex)
next(null, address) next(null, address)

Loading…
Cancel
Save