fix scope type

pull/3068/head
yann300 2 years ago
parent 254a1905fd
commit 391b085642
  1. 2
      libs/remix-debug/src/solidity-decoder/internalCallTree.ts

@ -74,7 +74,7 @@ export class InternalCallTree {
const calledAddress = traceManager.getCurrentCalledAddressAt(0)
const isCreation = isContractCreation(calledAddress)
const scopeId = 1
const scopeId = '1'
this.scopeStarts[0] = scopeId
this.scopes[scopeId] = { firstStep: 0, locals: {}, isCreation, gasCost: 0 }

Loading…
Cancel
Save