From 6b118c92725014e9ef7487a9f0652dacee373f52 Mon Sep 17 00:00:00 2001 From: wujinbao Date: Tue, 24 Sep 2024 17:11:07 +0800 Subject: [PATCH] docs: fix function comment --- x/bank/v2/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bank/v2/module.go b/x/bank/v2/module.go index 822ef438f433..aea151535f1d 100644 --- a/x/bank/v2/module.go +++ b/x/bank/v2/module.go @@ -177,7 +177,7 @@ func (AppModule) GetTxCmd() *cobra.Command { return cli.NewTxCmd() } -// GetTxCmd returns the root query command for the bank/v2 module. +// GetQueryCmd returns the root query command for the bank/v2 module. // TODO: Remove & use autocli func (AppModule) GetQueryCmd() *cobra.Command { return cli.GetQueryCmd()