Skip to content

Commit

Permalink
eth/tracers: post-rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Nov 20, 2024
1 parent 7a18fda commit f59f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/live/supply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func runBlockTest(t *testing.T, test *blockTest) {
traceOutputPath := filepath.ToSlash(t.TempDir())
traceOutputFilename := path.Join(traceOutputPath, "supply.jsonl")
// Load supply tracer
tracer, err := newSupply(json.RawMessage(fmt.Sprintf(`{"path":"%s"}`, traceOutputPath)))
tracer, err := newSupplyTracer(json.RawMessage(fmt.Sprintf(`{"path":"%s"}`, traceOutputPath)))
if err != nil {
t.Fatalf("failed to create tracer: %v", err)
}
Expand Down

0 comments on commit f59f77f

Please sign in to comment.