remove extra {

This commit is contained in:
Iuri Matias 2016-02-08 22:07:30 -05:00
parent 1bd6c89f0c
commit 991abb2c7d
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ Blockchain.prototype.generate_basic_command = function() {
if (config.genesisBlock !== void 0)
cmd += "--genesis=\"" + config.genesisBlock + "\" ";
}
if (config.whisper) {
cmd += "--shh ";