mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-26 23:20:29 +00:00
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)
|
||||
cmd += "--mine ";
|
||||
|
||||
if (config.minerthreads !== void 0)
|
||||
cmd += "--minerthreads \"" + config.minerthreads + "\" ";
|
||||
|
||||
if (config.genesisBlock !== void 0)
|
||||
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user