aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-04 17:51:17 +0800
committerobscuren <geffobscura@gmail.com>2015-03-04 17:51:17 +0800
commita56243075a7527d65d14c4cf3480029feb0a1e3f (patch)
treea237b9d083ef856b687d4f80f8e16a361e189daa /cmd
parent2b3c55f20d1a934a871e115371d5340ae5d68d5a (diff)
downloadgo-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar.gz
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar.bz2
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar.lz
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar.xz
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.tar.zst
go-tangerine-a56243075a7527d65d14c4cf3480029feb0a1e3f.zip
removed double flag. Closes #421
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/flags.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/ethereum/flags.go b/cmd/ethereum/flags.go
index fe848397c..a3004f503 100644
--- a/cmd/ethereum/flags.go
+++ b/cmd/ethereum/flags.go
@@ -134,7 +134,6 @@ func Init() {
flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
flag.IntVar(&MaxPeer, "maxpeer", 30, "maximum desired peers")
- flag.IntVar(&MinerThreads, "minerthreads", runtime.NumCPU(), "number of miner threads")
flag.Parse()