From a4bb9003555ba314b0205214cadc1ae979600fc1 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Fri, 6 Sep 2024 20:27:49 +0800 Subject: [PATCH] Apply suggestions from code review --- app/docs/config.json | 2 +- cmd/chain-maind/app/app.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docs/config.json b/app/docs/config.json index 763124fa7..15429f355 100644 --- a/app/docs/config.json +++ b/app/docs/config.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Crypto.org Chain - Legacy REST and gRPC Gateway docs", + "title": "Cronos.org Chain - Legacy REST and gRPC Gateway docs", "description": "A REST interface for state queries, legacy transactions", "version": "1.0.0" }, diff --git a/cmd/chain-maind/app/app.go b/cmd/chain-maind/app/app.go index a269d7c36..5716c6da6 100644 --- a/cmd/chain-maind/app/app.go +++ b/cmd/chain-maind/app/app.go @@ -72,7 +72,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { rootCmd := &cobra.Command{ Use: "chain-maind", - Short: "Crypto.org Chain app", + Short: "Cronos.org Chain app", PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { // set the default command outputs cmd.SetOut(cmd.OutOrStdout())