Skip to content

Commit

Permalink
Revert "eth/tracers: fix flatCallTracer crasher (ethereum#27304)"
Browse files Browse the repository at this point in the history
This reverts commit 5216317.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 33d85d1 commit 4443f1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.

This file was deleted.

4 changes: 1 addition & 3 deletions eth/tracers/native/call_flat.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ func newFlatCallTracer(ctx *tracers.Context, cfg json.RawMessage) (tracers.Trace
}
}

// Create inner call tracer with default configuration, don't forward
// the OnlyTopCall or WithLog to inner for now
tracer, err := tracers.DefaultDirectory.New("callTracer", ctx, nil)
tracer, err := tracers.DefaultDirectory.New("callTracer", ctx, cfg)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4443f1e

Please sign in to comment.