cmd/geth: swap goerli and ropsten in usage

This commit is contained in:
q9f 2020-04-01 18:36:54 +02:00
parent 3996f77d98
commit 63deca674a
No known key found for this signature in database
GPG key ID: E79CDFA171DC2DF9

View file

@ -72,9 +72,9 @@ var AppHelpFlagGroups = []flagGroup{
utils.NoUSBFlag,
utils.SmartCardDaemonPathFlag,
utils.NetworkIdFlag,
utils.RopstenFlag,
utils.RinkebyFlag,
utils.GoerliFlag,
utils.RinkebyFlag,
utils.RopstenFlag,
utils.SyncModeFlag,
utils.ExitWhenSyncedFlag,
utils.GCModeFlag,