mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
add indexer service to inspect node
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ func (srv *Server) ListenAndServe(ctx context.Context) error {
|
||||
<-ctx.Done()
|
||||
listener.Close()
|
||||
}()
|
||||
return rpcservesrv.Serve(listener, srv.Handler, srv.Logger, serverRPCConfig(srv.Config))
|
||||
return rpcserver.Serve(listener, srv.Handler, srv.Logger, serverRPCConfig(srv.Config))
|
||||
}
|
||||
|
||||
// ListenAndServeTLS listens on the address specified in srv.Addr. ListenAndServeTLS handles
|
||||
|
||||
Reference in New Issue
Block a user