aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-01 23:19:06 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-01 23:19:06 +0800
commitcfe037028081ebb84ee35caa5b16fed5d125b58a (patch)
tree2e0a549f5c094fe182b05b88736830456ede717d /cmd/mist/main.go
parentad3a21f260a0b13048046f6c76fe5f47bdcc46de (diff)
downloaddexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar.gz
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar.bz2
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar.lz
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar.xz
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.tar.zst
dexon-cfe037028081ebb84ee35caa5b16fed5d125b58a.zip
Remove Websockets RPC transport
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 3abe16767..a330bbcb1 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -76,10 +76,6 @@ func run() error {
utils.StartRpc(ethereum, RpcPort)
}
- if StartWebSockets {
- utils.StartWebSockets(ethereum, WsPort)
- }
-
gui := NewWindow(ethereum, config, KeyRing, LogLevel)
utils.RegisterInterrupt(func(os.Signal) {