docs: fix function comments (#21876)

Co-authored-by: wujinbao <www.389092100@qq.com>
This commit is contained in:
Wukingbow 2024-09-24 18:38:19 +08:00 committed by GitHub
parent 0611fbcc09
commit 1b8cfd5a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()