Update blockchain.js
This commit is contained in:
parent
1228a639e7
commit
2c1804d01f
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue