Update blockchain.js

This commit is contained in:
VoR0220 2015-10-21 09:29:30 -05:00 committed by Iuri Matias
parent 1228a639e7
commit 2c1804d01f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Blockchain.prototype.run_command = function(address, use_tmp) {
}
if (config.nat !== "any"){
cmd += "--nat \"" + config.nat "\"";
cmd += "--nat \"" + config.nat + "\"";
}
if (config.bootNodes.boot == true){