mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
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…
x
Reference in New Issue
Block a user