mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
eth/tracers: post-rebase fixup
This commit is contained in:
parent
7a18fdade2
commit
f59f77fd23
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue