Skip to content

Commit 49660d7

Browse files
reject-iAniket-Engg
authored andcommitted
fix duplicate internalCallTree.ts
1 parent 128918f commit 49660d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-debug/src/solidity-decoder/internalCallTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async function buildTree (tree, step, scopeId, isCreation, functionDefinition?,
340340
const newScopeId = scopeId === '' ? subScope.toString() : scopeId + '.' + subScope
341341
tree.scopeStarts[step] = newScopeId
342342
tree.scopes[newScopeId] = { firstStep: step, locals: {}, isCreation, gasCost: 0 }
343-
// for the ctor we we are at the start of its trace, we have to replay this step in order to catch all the locals:
343+
// for the ctor we are at the start of its trace, we have to replay this step in order to catch all the locals:
344344
const nextStep = constructorExecutionStarts ? step : step + 1
345345
if (constructorExecutionStarts) {
346346
tree.constructorsStartExecution[tree.pendingConstructorId] = tree.pendingConstructorExecutionAt

0 commit comments

Comments
 (0)