aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/config.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-13 17:59:13 +0800
committerobscuren <geffobscura@gmail.com>2014-05-13 17:59:13 +0800
commit67820506cbb34f5fe66b7b08454019fb30a8ec5a (patch)
tree8f5a2f8165c356fa1fc0d04456c4c024db2227a6 /ethereum/config.go
parent8c9e6746ce741c5bc2d70f308acc955dace67e01 (diff)
parentb9876df5dc719f583172017cc71af146c6f732a9 (diff)
downloaddexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar.gz
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar.bz2
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar.lz
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar.xz
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.tar.zst
dexon-67820506cbb34f5fe66b7b08454019fb30a8ec5a.zip
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Diffstat (limited to 'ethereum/config.go')
-rw-r--r--ethereum/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/config.go b/ethereum/config.go
index db1391881..234e79f12 100644
--- a/ethereum/config.go
+++ b/ethereum/config.go
@@ -28,7 +28,7 @@ func Init() {
flag.BoolVar(&StartRpc, "r", false, "start rpc server")
flag.BoolVar(&NonInteractive, "y", false, "non-interactive mode (say yes to confirmations)")
flag.BoolVar(&UseUPnP, "upnp", false, "enable UPnP support")
- flag.BoolVar(&UseSeed, "seed", false, "seed peers")
+ flag.BoolVar(&UseSeed, "seed", true, "seed peers")
flag.BoolVar(&GenAddr, "genaddr", false, "create a new priv/pub key")
flag.BoolVar(&ExportKey, "export", false, "export private key")
flag.StringVar(&OutboundPort, "p", "30303", "listening port")