mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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
|
||||
}
|
||||
|
||||
func (s *Server) StartPrometheus(address string, enabled bool) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Server) withLoggingUnaryInterceptor() grpc.ServerOption {
|
||||
return grpc.UnaryInterceptor(s.loggingServerInterceptor)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue