Przeglądaj źródła

removed double flag. Closes #421

obscuren 10 lat temu
rodzic
commit
a56243075a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      cmd/ethereum/flags.go

+ 0 - 1
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()