aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 01:22:53 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 01:22:53 +0800
commit45e15f62f594d6f5191e60a54aead33602838e98 (patch)
tree5b82273df6a23c219d1e97dbb86b4bdcb620374a /cmd/mist/main.go
parentfb7c03ff4dc759f7dd2fc5cee65b46111cbb7375 (diff)
parent7f638f0b2d8d989be25e660178d79df3278e4c84 (diff)
downloaddexon-45e15f62f594d6f5191e60a54aead33602838e98.tar
dexon-45e15f62f594d6f5191e60a54aead33602838e98.tar.gz
dexon-45e15f62f594d6f5191e60a54aead33602838e98.tar.bz2
dexon-45e15f62f594d6f5191e60a54aead33602838e98.tar.lz
dexon-45e15f62f594d6f5191e60a54aead33602838e98.tar.xz
dexon-45e15f62f594d6f5191e60a54aead33602838e98.tar.zst
dexon-45e15f62f594d6f5191e60a54aead33602838e98.zip
merge jsonrpc
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 376a52576..6732d5aaa 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -73,7 +73,7 @@ func run() error {
}
if StartWebSockets {
- utils.StartWebSockets(ethereum)
+ utils.StartWebSockets(ethereum, WsPort)
}
gui := NewWindow(ethereum, config, ethereum.ClientIdentity().(*p2p.SimpleClientIdentity), KeyRing, LogLevel)