Skip to content

Commit

Permalink
chore: fix some function names
Browse files Browse the repository at this point in the history
Signed-off-by: timesince <seekseat@icloud.com>
  • Loading branch information
timesince committed Aug 11, 2024
1 parent 5780375 commit af9a13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/async-icq/testing/simapp/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func MakeEncodingConfig() EncodingConfig {
return encodingConfig
}

// MakeEncodingConfig creates a base EncodingConfig. This should not be used for anything other than
// makeDefaultEncodingConfig creates a base EncodingConfig. This should not be used for anything other than
// to register interfaces and amino codecs.
func makeDefaultEncodingConfig() EncodingConfig {
amino := codec.NewLegacyAmino()
Expand Down
2 changes: 1 addition & 1 deletion modules/ibc-hooks/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func GetQueryCmd() *cobra.Command {
return cmd
}

// GetCmdPoolParams return pool params.
// GetCmdWasmSender return pool params.
func GetCmdWasmSender() *cobra.Command {
cmd := &cobra.Command{
Use: "wasm-sender <channelID> <originalSender>",
Expand Down

0 comments on commit af9a13a

Please sign in to comment.