mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
fix syncmode
This commit is contained in:
parent
92d5fc8e1e
commit
abb3d4e327
@ -21,7 +21,7 @@ class GethCommands {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user