aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/usage.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-20 17:01:15 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:50 +0800
commit7f18d9d9823e641360f3a98606b5f94256dd7182 (patch)
tree03c1567598449677d7fbf1808c15ceb2d303cc0d /cmd/geth/usage.go
parent0a3d913bf68dd165337ac20977b8379fd1acf469 (diff)
downloaddexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.gz
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.zst
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.zip
Remove reference of Rinkeby network.
We do not need ethereum Rinkeby network in our system, remove it.
Diffstat (limited to 'cmd/geth/usage.go')
-rw-r--r--cmd/geth/usage.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go
index 0c5642ace..18c9743e0 100644
--- a/cmd/geth/usage.go
+++ b/cmd/geth/usage.go
@@ -73,8 +73,6 @@ var AppHelpFlagGroups = []flagGroup{
utils.NoUSBFlag,
utils.NetworkIdFlag,
utils.TestnetFlag,
- utils.RinkebyFlag,
- utils.GoerliFlag,
utils.SyncModeFlag,
utils.GCModeFlag,
utils.EthStatsURLFlag,