aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-04-29 23:04:08 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-04-30 21:03:10 +0800
commitde0549fabb8be4dbaf382ee68ec1b702cb0c5c97 (patch)
treebf3f8c78ff0d9e82e111d63ac12021d350520e8e /cmd/geth/main.go
parent3fef60190384106af390dd23a65384b9cc6e4a28 (diff)
downloaddexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar.gz
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar.bz2
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar.lz
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar.xz
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.tar.zst
dexon-de0549fabb8be4dbaf382ee68ec1b702cb0c5c97.zip
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
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 ef007051c..d9d1c1b15 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -232,7 +232,8 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.IdentityFlag,
utils.UnlockedAccountFlag,
utils.PasswordFileFlag,
- utils.BootnodesFlag,
+ utils.BootNodesFlag,
+ utils.TrustedNodesFlag,
utils.DataDirFlag,
utils.BlockchainVersionFlag,
utils.JSpathFlag,