Fixed import cycle

This commit is contained in:
Maran
2014-05-05 14:15:31 +02:00
parent c496aad20b
commit fde3e01f80
3 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ func (s *JsonRpcServer) Start() {
conn, err := s.listener.Accept()
if err != nil {
ethutil.Config.Log.Infoln("[JSON] Error starting JSON-RPC:", err)
continue
break
}
ethutil.Config.Log.Debugln("[JSON] Incoming request.")
go jsonrpc.ServeConn(conn)