mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
linting errors: afew more
This commit is contained in:
committed by
Ethan Buchman
parent
8f0237610e
commit
68e7983c70
@ -25,7 +25,7 @@ func StartGRPCServer(protoAddr string) (net.Listener, error) {
|
||||
|
||||
grpcServer := grpc.NewServer()
|
||||
RegisterBroadcastAPIServer(grpcServer, &broadcastAPI{})
|
||||
go grpcServer.Serve(ln)
|
||||
go grpcServer.Serve(ln) // nolint (errcheck)
|
||||
|
||||
return ln, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user