Skip to content

Commit

Permalink
cmd/evm: make json-output default
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 12, 2024
1 parent 118fa6b commit 28ea519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/evm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ var (
}
TraceFormatFlag = &cli.StringFlag{
Name: "trace.format",
Usage: "Trace output format to use (struct|json)",
Value: "struct",
Usage: "Trace output format to use (json|struct|md)",
Value: "json",
Category: traceCategory,
}
TraceDisableMemoryFlag = &cli.BoolFlag{
Expand Down

0 comments on commit 28ea519

Please sign in to comment.