mirror of https://github.com/embarklabs/embark.git
use config port when calling geth
This commit is contained in:
parent
e58671e742
commit
a5bc17f0de
|
@ -80,7 +80,7 @@ GethCommands.prototype.mainCommand = function(address) {
|
|||
|
||||
cmd += this.commonOptions();
|
||||
|
||||
cmd += "--port " + "30303" + " ";
|
||||
cmd += "--port " + config.port + " ";
|
||||
cmd += "--rpc ";
|
||||
cmd += "--rpcport " + config.rpcPort + " ";
|
||||
cmd += "--rpcaddr " + config.rpcHost + " ";
|
||||
|
|
Loading…
Reference in New Issue