mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
parent
fd040ec0d7
commit
a00d95bf1a
1 changed files with 7 additions and 9 deletions
|
|
@ -274,7 +274,6 @@ func flatFromNested(input *callFrame, traceAddress []int, convertErrs bool, ctx
|
||||||
}
|
}
|
||||||
|
|
||||||
output = append(output, *frame)
|
output = append(output, *frame)
|
||||||
if len(input.Calls) > 0 {
|
|
||||||
for i, childCall := range input.Calls {
|
for i, childCall := range input.Calls {
|
||||||
childAddr := childTraceAddress(traceAddress, i)
|
childAddr := childTraceAddress(traceAddress, i)
|
||||||
childCallCopy := childCall
|
childCallCopy := childCall
|
||||||
|
|
@ -284,7 +283,6 @@ func flatFromNested(input *callFrame, traceAddress []int, convertErrs bool, ctx
|
||||||
}
|
}
|
||||||
output = append(output, flat...)
|
output = append(output, flat...)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return output, nil
|
return output, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue