fix linting

pull/3068/head
yann300 2 years ago
parent c470236213
commit d4175eca08
  1. 2
      libs/remix-debug/src/solidity-decoder/internalCallTree.ts

@ -285,7 +285,7 @@ async function buildTree (tree, step, scopeId, isCreation, functionDefinition?,
const contractObj = await tree.solidityProxy.contractObjectAtAddress(address) const contractObj = await tree.solidityProxy.contractObjectAtAddress(address)
const generatedSources = getGeneratedSources(tree, scopeId, contractObj) const generatedSources = getGeneratedSources(tree, scopeId, contractObj)
let functionDefinition = resolveFunctionDefinition(tree, sourceLocation, generatedSources) const functionDefinition = resolveFunctionDefinition(tree, sourceLocation, generatedSources)
const isInternalTxInstrn = isCallInstruction(stepDetail) const isInternalTxInstrn = isCallInstruction(stepDetail)
const isCreateInstrn = isCreateInstruction(stepDetail) const isCreateInstrn = isCreateInstruction(stepDetail)

Loading…
Cancel
Save