Skip to content

Commit

Permalink
fix the option name
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhang2023 committed Oct 17, 2024
1 parent 4746b76 commit 31d0d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
}

ParallelTxLegacyFlag = &cli.BoolFlag{
Name: "parallel_legacy",
Name: "parallel-legacy",
Usage: "Enable the experimental parallel transaction execution mode, only valid in full sync mode (default = false)",
Category: flags.VMCategory,
}
Expand Down

0 comments on commit 31d0d38

Please sign in to comment.