Update blockchain.js

This commit is contained in:
VoR0220 2015-10-20 22:00:03 -05:00 committed by Iuri Matias
parent 605352b738
commit 76ec8442ee

View File

@ -20,6 +20,7 @@ Blockchain.prototype.generate_basic_command = function() {
cmd += config.geth_extra_opts + " ";
}
cmd += "--port " + config.port + " ";
cmd += "--rpc ";
cmd += "--rpcport " + config.rpcPort + " ";