From 6db40ecb22c28a777f4ab1cd4de5a12e41ac669d Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 30 Sep 2014 23:26:16 +0200 Subject: WebSocket interface Web sockets handlers fully implemented. Filter handlers have yet to be implemented. --- ethereum/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ethereum/main.go') diff --git a/ethereum/main.go b/ethereum/main.go index 6521188ff..0f0df20bb 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -103,6 +103,10 @@ func main() { utils.StartRpc(ethereum, RpcPort) } + if StartWebSockets { + utils.StartWebSockets(ethereum) + } + utils.StartEthereum(ethereum, UseSeed) // this blocks the thread -- cgit v1.2.3