mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +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