mirror of https://github.com/embarklabs/embark.git
No reason for peers with test
This made mine start to mine. (Would not start without it.)
This commit is contained in:
parent
eac991971a
commit
872d9364ab
|
@ -24,6 +24,7 @@ startChain = function(env) {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd += "--mine ";
|
cmd += "--mine ";
|
||||||
|
cmd += "--maxpeers 0 ";
|
||||||
|
|
||||||
if (config.account.password !== void 0) {
|
if (config.account.password !== void 0) {
|
||||||
cmd += "--password " + config.account.password + " ";
|
cmd += "--password " + config.account.password + " ";
|
||||||
|
|
Loading…
Reference in New Issue