Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sdk50
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 18, 2024
2 parents 530fb3b + 7598bc4 commit 4832a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/nft/types/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4832a7d

Please sign in to comment.