mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
cmd/workload, eth/tracers/logger: fix memory in tracer
This commit is contained in:
parent
ad2eccd028
commit
f853b5dc60
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ func randomTraceOption() (*tracers.TraceConfig, string) {
|
|||
return &tracers.TraceConfig{
|
||||
Config: &logger.Config{
|
||||
// TODO(rjl493456442) fix it, the empty memory is not properly omitted
|
||||
//EnableMemory: true,
|
||||
EnableMemory: true,
|
||||
EnableReturnData: true,
|
||||
},
|
||||
}, "structAll"
|
||||
|
|
|
|||
Loading…
Reference in a new issue