mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 09:24:25 +00:00
fix syncmode
This commit is contained in:
parent
92d5fc8e1e
commit
abb3d4e327
@ -21,7 +21,7 @@ class GethCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (config.syncMode || config.syncmode) {
|
if (config.syncMode || config.syncmode) {
|
||||||
cmd.push("--syncmode=" + (config.syncMode || config.syncmode));
|
cmd.push("--syncmode=" + config.syncmode || config.syncMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.account && config.account.password) {
|
if (config.account && config.account.password) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user