From f59f77fd23e7a11f657860fc59094e3bbf83c04c Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Wed, 20 Nov 2024 13:00:58 +0100 Subject: [PATCH] eth/tracers: post-rebase fixup --- eth/tracers/live/supply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/tracers/live/supply_test.go b/eth/tracers/live/supply_test.go index c336567e4b..940e125966 100644 --- a/eth/tracers/live/supply_test.go +++ b/eth/tracers/live/supply_test.go @@ -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) }