aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-05-04 17:36:20 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-04 17:36:20 +0800
commitd51a9fd6b7902e35990925c21bfeef427227c628 (patch)
tree25f73247739c0c88a4737f605d9a574872acaf64 /cmd/geth/main.go
parente1dc7ece624a2f539b71f1dfb5901047f7a9f214 (diff)
downloaddexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar.gz
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar.bz2
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar.lz
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar.xz
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.tar.zst
dexon-d51a9fd6b7902e35990925c21bfeef427227c628.zip
cmd, core, params: add --rinkeby flag for fast connectivity
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index ad7b639a3..a3ec724b7 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -133,7 +133,8 @@ func init() {
utils.PreloadJSFlag,
utils.WhisperEnabledFlag,
utils.DevModeFlag,
- utils.TestNetFlag,
+ utils.TestnetFlag,
+ utils.RinkebyFlag,
utils.VMEnableDebugFlag,
utils.NetworkIdFlag,
utils.RPCCORSDomainFlag,