Skip to content

Commit a5bc17f

Browse files
committed
use config port when calling geth
1 parent e58671e commit a5bc17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/geth_commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GethCommands.prototype.mainCommand = function(address) {
8080

8181
cmd += this.commonOptions();
8282

83-
cmd += "--port " + "30303" + " ";
83+
cmd += "--port " + config.port + " ";
8484
cmd += "--rpc ";
8585
cmd += "--rpcport " + config.rpcPort + " ";
8686
cmd += "--rpcaddr " + config.rpcHost + " ";

0 commit comments

Comments
 (0)