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@byzantine-lab.io>2019-06-12 17:26:28 +0800
commit85d795d9314ef80d667c17318342515ea4798dec (patch)
tree3afcfa4103e8a04279784bdfdd03b69733dbd41c /cmd/geth/usage.go
parent856a327e813a05a2a7706efc82d813234fb2e349 (diff)
downloadgo-tangerine-85d795d9314ef80d667c17318342515ea4798dec.tar.gz
go-tangerine-85d795d9314ef80d667c17318342515ea4798dec.tar.zst
go-tangerine-85d795d9314ef80d667c17318342515ea4798dec.zip
Remove reference of Rinkeby and Goerli network.
We do not need ethereum Rinkeby and Goerli 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,