aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/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/ethereum/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/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 45e6f7b93..63585b0f5 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -131,10 +131,6 @@ func main() {
utils.StartRpc(ethereum, RpcPort)
}
- if StartWebSockets {
- utils.StartWebSockets(ethereum, WsPort)
- }
-
utils.StartEthereum(ethereum)
if StartJsConsole {