Skip to content

Commit

Permalink
docs: fix function comments (cosmos#21876)
Browse files Browse the repository at this point in the history
Co-authored-by: wujinbao <[email protected]>
  • Loading branch information
Wukingbow and wujinbao authored Sep 24, 2024
1 parent 0611fbc commit 1b8cfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bank/v2/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1b8cfd5

Please sign in to comment.