cmd/geth: added --mainnet flag (#21932)
* cmd/geth: added --mainnet flag * cmd/utils: set default genesis if --mainnet is specified * cmd/utils: addressed comments
This commit is contained in:
committed by
GitHub
parent
eb2a1dfdd2
commit
4714ce9430
@ -159,6 +159,7 @@ The export-preimages command export hash preimages to an RLP encoded stream`,
|
||||
utils.CacheFlag,
|
||||
utils.SyncModeFlag,
|
||||
utils.FakePoWFlag,
|
||||
utils.MainnetFlag,
|
||||
utils.RopstenFlag,
|
||||
utils.RinkebyFlag,
|
||||
utils.TxLookupLimitFlag,
|
||||
@ -210,6 +211,7 @@ Use "ethereum dump 0" to dump the genesis block.`,
|
||||
utils.DataDirFlag,
|
||||
utils.AncientFlag,
|
||||
utils.CacheFlag,
|
||||
utils.MainnetFlag,
|
||||
utils.RopstenFlag,
|
||||
utils.RinkebyFlag,
|
||||
utils.GoerliFlag,
|
||||
|
Reference in New Issue
Block a user