No reason for peers with test

This made mine start to mine. (Would not start without it.)
This commit is contained in:
linagee 2015-07-01 12:00:17 -06:00 committed by Iuri Matias
parent eac991971a
commit 872d9364ab
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ startChain = function(env) {
}
cmd += "--mine ";
cmd += "--maxpeers 0 ";
if (config.account.password !== void 0) {
cmd += "--password " + config.account.password + " ";