aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-28 08:00:42 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-28 08:00:42 +0800
commitf6e821fd335911c26d515094ac0af4fa69526279 (patch)
tree99f80c562d2a1735d80baf887835a13c7696e919 /cmd/mist/main.go
parentad3a21f260a0b13048046f6c76fe5f47bdcc46de (diff)
downloadgo-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar.gz
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar.bz2
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar.lz
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar.xz
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.tar.zst
go-tangerine-f6e821fd335911c26d515094ac0af4fa69526279.zip
Add flag to set RPC port
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 3abe16767..c9a07bfde 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -73,7 +73,7 @@ func run() error {
utils.KeyTasks(ethereum.KeyManager(), KeyRing, GenAddr, SecretFile, ExportDir, NonInteractive)
if StartRpc {
- utils.StartRpc(ethereum, RpcPort)
+ utils.StartRpc(ethereum, RpcListenAddress, RpcPort)
}
if StartWebSockets {