aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-04 17:51:44 +0800
committerobscuren <geffobscura@gmail.com>2015-03-04 17:51:44 +0800
commit5817dab89e404847764eb74b35539c01747743f3 (patch)
tree7948ee9eb8ca3529899356b490a31206461fd2f4 /cmd
parent84a4f761f332b4aecc36c748bc4c9a4ce1c114e2 (diff)
parenta56243075a7527d65d14c4cf3480029feb0a1e3f (diff)
downloadgo-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar.gz
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar.bz2
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar.lz
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar.xz
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.tar.zst
go-tangerine-5817dab89e404847764eb74b35539c01747743f3.zip
Merge branch 'develop' into poc-9
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 8f414364a..0866ef3dd 100644
--- a/cmd/ethereum/flags.go
+++ b/cmd/ethereum/flags.go
@@ -133,7 +133,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()