refacto getMemoryAt

pull/63/head
Iuri Matias 4 years ago
parent f1c93833b2
commit 57f715f939
  1. 6
      libs/remix-debug/src/solidity-decoder/internalCallTree.js

@ -270,12 +270,6 @@ function includeVariableDeclaration (tree, step, sourceLocation, scopeId, newLoc
break
}
}
// input params
if (inputs) {
functionDefinitionAndInputs.inputs = addParams(inputs, tree, scopeId, states, contractName, previousSourceLocation, stack.length, inputs.children.length, -1)
}
// output params
if (outputs) addParams(outputs, tree, scopeId, states, contractName, previousSourceLocation, stack.length, 0, 1)
}
// input params
if (inputs) {

Loading…
Cancel
Save