Skip to content

Commit

Permalink
update for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Code0x2 committed Jan 28, 2023
1 parent fa72842 commit 758ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ func AccessListOnState(ctx context.Context, b Backend, header *types.Header, db
// Retrieve the precompiles since they don't need to be added to the access list
isPostMerge := header.Difficulty.Cmp(common.Big0) == 0
// Retrieve the precompiles since they don't need to be added to the access list
precompiles := vm.ActivePrecompiles(b.ChainConfig().Rules(header.Number, isPostMerge, new(big.Int).SetUint64(header.Time)))
precompiles := vm.ActivePrecompiles(b.ChainConfig().Rules(header.Number, isPostMerge, header.Time))

// Create an initial tracer
prevTracer := logger.NewAccessListTracer(nil, args.from(), to, precompiles)
Expand Down

0 comments on commit 758ed06

Please sign in to comment.