From 3ffbbfc24b41bffe19eb43eecb17c98ea5bc0a1f Mon Sep 17 00:00:00 2001 From: sellskin Date: Tue, 1 Jul 2025 14:59:56 +0800 Subject: [PATCH] chore: fix some minor issues in the comments Signed-off-by: sellskin --- app/modules.go | 2 +- cmd/grogu/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules.go b/app/modules.go index 547f2d833..ae689306b 100644 --- a/app/modules.go +++ b/app/modules.go @@ -176,7 +176,7 @@ func appModules( } } -// ModuleBasics defines the module BasicManager that is in charge of setting up basic, +// newBasicManagerFromManager defines the module BasicManager that is in charge of setting up basic, // non-dependant module elements, such as codec registration // and genesis verification. func newBasicManagerFromManager(app *BandApp) module.BasicManager { diff --git a/cmd/grogu/main.go b/cmd/grogu/main.go index f383819ce..e5239c2c8 100644 --- a/cmd/grogu/main.go +++ b/cmd/grogu/main.go @@ -133,7 +133,7 @@ func initConfig(homePath string) (*context.Config, error) { return &cfg, nil } -// InitLog initializes the logger for the context. +// initLogger initializes the logger for the context. func initLogger(logLevel string) (*logger.Logger, error) { allowLevel, err := log.ParseLogLevel(logLevel) if err != nil {