mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
linting errors: clean it all up
This commit is contained in:
committed by
Ethan Buchman
parent
b75d4f73e7
commit
8f0237610e
@ -720,7 +720,7 @@ func (wm *WebsocketManager) WebsocketHandler(w http.ResponseWriter, r *http.Requ
|
||||
wm.logger.Info("New websocket connection", "remote", con.remoteAddr)
|
||||
_, err = con.Start() // Blocking
|
||||
if err != nil {
|
||||
panic(err)
|
||||
wm.logger.Error("Error starting connection", "err", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user