diff --git a/miner/env_changes.go b/miner/env_changes.go index 47a3ae98f1..7f4230e0f2 100644 --- a/miner/env_changes.go +++ b/miner/env_changes.go @@ -86,7 +86,9 @@ func (c *envChanges) commitTx(tx *types.Transaction, chData chainData) (*types.R } cfg := *chData.chain.GetVMConfig() - touchTracer := logger.NewAccountTouchTracer() + // we set precompile to nil, but they are set in the validation code + // there will be no difference in the result if precompile is not it the blocklist + touchTracer := logger.NewAccessListTracer(nil, common.Address{}, common.Address{}, nil) cfg.Tracer = touchTracer cfg.Debug = true