Skip to content

Commit

Permalink
Merge pull request #78 from todaymoon/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
liangping authored Jun 10, 2024
2 parents bae1341 + 8fd927b commit 35522ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/gmm/keeper/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func GetPoolKey(count uint64) []byte {
return []byte(fmt.Sprintf("%020d", count))
}

// GetAllInterchainLiquidityPool returns all interchainLiquidityPool
// GetAllPool returns all pool
func (k Keeper) GetAllPool(ctx sdk.Context) (list []types.Pool) {
store := prefix.NewStore(ctx.KVStore(k.storeKey), types.KeyPrefix(string(types.KeyPoolsPrefix)))

Expand Down
2 changes: 1 addition & 1 deletion x/interchainquery/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func GetQueryCmd() *cobra.Command {
return cmd
}

// GetCmdQueries provides a list of all pending queries
// GetCmdListPendingQueries provides a list of all pending queries
// (queries that have not have been requested but have not received a response)
func GetCmdListPendingQueries() *cobra.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit 35522ef

Please sign in to comment.