eth/tracers: post-rebase fixup

This commit is contained in:
Martin Holst Swende 2024-11-20 13:00:58 +01:00
parent 7a18fdade2
commit f59f77fd23
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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)
}