fix lint
This commit is contained in:
parent
57e825901e
commit
930e9b957c
@ -242,7 +242,7 @@ func buildTraces(ctx context.Context, traces *[]*ethtypes.EthTrace, parent *etht
|
|||||||
|
|
||||||
// we are adding trace to the traces so update the parent subtraces count as it was originally set to zero
|
// we are adding trace to the traces so update the parent subtraces count as it was originally set to zero
|
||||||
if parent != nil {
|
if parent != nil {
|
||||||
parent.Subtraces += 1
|
parent.Subtraces++
|
||||||
}
|
}
|
||||||
|
|
||||||
*traces = append(*traces, trace)
|
*traces = append(*traces, trace)
|
||||||
|
Loading…
Reference in New Issue
Block a user