mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
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 += "--maxpeers 0 ";
|
||||
|
||||
if (config.account.password !== void 0) {
|
||||
cmd += "--password " + config.account.password + " ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user