mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Reverts vmtracer firehose default value as it breaks some standard tests
This commit is contained in:
parent
06b7c4bb3a
commit
223c7c7d81
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ var (
|
||||||
Name: "vmtrace",
|
Name: "vmtrace",
|
||||||
Usage: "Name of tracer which should record internal VM operations (costly)",
|
Usage: "Name of tracer which should record internal VM operations (costly)",
|
||||||
Category: flags.VMCategory,
|
Category: flags.VMCategory,
|
||||||
Value: "firehose",
|
Value: "",
|
||||||
}
|
}
|
||||||
VMTraceJsonConfigFlag = &cli.StringFlag{
|
VMTraceJsonConfigFlag = &cli.StringFlag{
|
||||||
Name: "vmtrace.jsonconfig",
|
Name: "vmtrace.jsonconfig",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue