mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 23:57:11 +00:00
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…
x
Reference in New Issue
Block a user