mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +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{
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue