From 4be54522c8cf5814f8ca2c4b15575f574ad44515 Mon Sep 17 00:00:00 2001 From: todaymoon Date: Sun, 9 Jun 2024 17:09:06 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: todaymoon --- x/nft/types/querier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,