mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 06:53:46 +00:00
minor Clean
This commit is contained in:
parent
f3a43f9472
commit
c23cd5e332
1 changed files with 0 additions and 5 deletions
|
|
@ -213,11 +213,6 @@ func (s *Server) setupGRPCServer(addr string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) StartPrometheus(address string, enabled bool) error {
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (s *Server) withLoggingUnaryInterceptor() grpc.ServerOption {
|
func (s *Server) withLoggingUnaryInterceptor() grpc.ServerOption {
|
||||||
return grpc.UnaryInterceptor(s.loggingServerInterceptor)
|
return grpc.UnaryInterceptor(s.loggingServerInterceptor)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue