Skip to content

Commit

Permalink
fix,tests: Fix blocknative tracer tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Sep 20, 2023
1 parent 19cd7d6 commit bddc637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/internal/tracetest/txnOpCodeTracer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func testTxnOpCodeTracer(tracerName string, dirPath string, t *testing.T) {
BaseFee: baseFee,
Random: test.Context.Random,
}
_, statedb = tests.MakePreState(rawdb.NewMemoryDatabase(), test.Genesis.Alloc, false)
_, _, statedb = tests.MakePreState(rawdb.NewMemoryDatabase(), test.Genesis.Alloc, false, rawdb.HashScheme)
)
tracer, err := tracers.DefaultDirectory.New(tracerName, new(tracers.Context), test.TracerConfig)
if err != nil {
Expand Down

0 comments on commit bddc637

Please sign in to comment.