Skip to content

Commit

Permalink
remove duplicated flag group: ETHASH (Consensys#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
zouguangxian authored and jpmsam committed Jan 13, 2020
1 parent a603e74 commit ebd3198
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cmd/geth/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,6 @@ var AppHelpFlagGroups = []flagGroup{
utils.TxPoolLifetimeFlag,
},
},
{
Name: "ETHASH",
Flags: []cli.Flag{
utils.EthashCacheDirFlag,
utils.EthashCachesInMemoryFlag,
utils.EthashCachesOnDiskFlag,
utils.EthashDatasetDirFlag,
utils.EthashDatasetsInMemoryFlag,
utils.EthashDatasetsOnDiskFlag,
},
},
{
Name: "PERFORMANCE TUNING",
Flags: []cli.Flag{
Expand Down

0 comments on commit ebd3198

Please sign in to comment.