diff --git a/x/nft/types/querier.go b/x/nft/types/querier.go index 130d20231..223eae11d 100644 --- a/x/nft/types/querier.go +++ b/x/nft/types/querier.go @@ -44,7 +44,7 @@ type QueryOwnerParams struct { Owner sdk.AccAddress } -// NewQuerySupplyParams creates a new instance of QuerySupplyParams +// NewQueryOwnerParams creates a new instance of QueryOwnerParams func NewQueryOwnerParams(denom string, owner sdk.AccAddress) QueryOwnerParams { return QueryOwnerParams{ Denom: denom,