Skip to content

Commit

Permalink
Merge pull request #746 from xiaoxiangirl/main
Browse files Browse the repository at this point in the history
chore: fix struct name in comment
  • Loading branch information
cyborgshead authored Jul 16, 2024
2 parents 4ae993e + c77ec19 commit 241fd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/liquidity/types/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewQueryLiquidityPoolParams(poolID uint64) QueryLiquidityPoolParams {
}
}

// QueryValidatorsParams defines the params for the following queries:
// QueryLiquidityPoolsParams defines the params for the following queries:
// - 'custom/liquidity/liquidityPools'
type QueryLiquidityPoolsParams struct {
Page, Limit int
Expand Down

0 comments on commit 241fd31

Please sign in to comment.