cmd/workload, eth/tracers/logger: fix memory in tracer

This commit is contained in:
Gary Rong 2025-03-04 14:02:23 +08:00
parent ad2eccd028
commit f853b5dc60

View file

@ -150,7 +150,7 @@ func randomTraceOption() (*tracers.TraceConfig, string) {
return &tracers.TraceConfig{ return &tracers.TraceConfig{
Config: &logger.Config{ Config: &logger.Config{
// TODO(rjl493456442) fix it, the empty memory is not properly omitted // TODO(rjl493456442) fix it, the empty memory is not properly omitted
//EnableMemory: true, EnableMemory: true,
EnableReturnData: true, EnableReturnData: true,
}, },
}, "structAll" }, "structAll"