mirror of https://github.com/embarklabs/embark.git
remove extra {
This commit is contained in:
parent
1bd6c89f0c
commit
991abb2c7d
|
@ -43,7 +43,6 @@ Blockchain.prototype.generate_basic_command = function() {
|
||||||
|
|
||||||
if (config.genesisBlock !== void 0)
|
if (config.genesisBlock !== void 0)
|
||||||
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
|
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
|
||||||
}
|
|
||||||
|
|
||||||
if (config.whisper) {
|
if (config.whisper) {
|
||||||
cmd += "--shh ";
|
cmd += "--shh ";
|
||||||
|
|
Loading…
Reference in New Issue