remove extra minethreads config

This commit is contained in:
Iuri Matias 2016-02-09 15:05:04 -05:00
parent 3ec1fdb6d9
commit ef94b9ad96
1 changed files with 0 additions and 3 deletions

View File

@ -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 + "\" ";