remove extra minethreads config
This commit is contained in:
parent
3ec1fdb6d9
commit
ef94b9ad96
|
@ -38,9 +38,6 @@ Blockchain.prototype.generate_basic_command = function() {
|
||||||
if(config.mine)
|
if(config.mine)
|
||||||
cmd += "--mine ";
|
cmd += "--mine ";
|
||||||
|
|
||||||
if (config.minerthreads !== void 0)
|
|
||||||
cmd += "--minerthreads \"" + config.minerthreads + "\" ";
|
|
||||||
|
|
||||||
if (config.genesisBlock !== void 0)
|
if (config.genesisBlock !== void 0)
|
||||||
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
|
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue