mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
cmd/evm: make json-output default
This commit is contained in:
parent
118fa6b3cc
commit
28ea519de2
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ var (
|
||||||
}
|
}
|
||||||
TraceFormatFlag = &cli.StringFlag{
|
TraceFormatFlag = &cli.StringFlag{
|
||||||
Name: "trace.format",
|
Name: "trace.format",
|
||||||
Usage: "Trace output format to use (struct|json)",
|
Usage: "Trace output format to use (json|struct|md)",
|
||||||
Value: "struct",
|
Value: "json",
|
||||||
Category: traceCategory,
|
Category: traceCategory,
|
||||||
}
|
}
|
||||||
TraceDisableMemoryFlag = &cli.BoolFlag{
|
TraceDisableMemoryFlag = &cli.BoolFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue