From 44be02175e8048a07b8ce3ea6ca5de05b77a9f95 Mon Sep 17 00:00:00 2001 From: Taeguk Kwon Date: Sat, 23 Dec 2023 01:59:14 +0900 Subject: [PATCH] chore(nft): fix incorrect prefix of comment (#18871) --- x/nft/keeper/nft.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/nft/keeper/nft.go b/x/nft/keeper/nft.go index 15a4c7ce18..7123aaaf6e 100644 --- a/x/nft/keeper/nft.go +++ b/x/nft/keeper/nft.go @@ -97,7 +97,7 @@ func (k Keeper) Update(ctx context.Context, token nft.NFT) error { return nil } -// Update defines a method for updating an exist nft +// updateWithNoCheck defines a method for updating an exist nft // Note: this method does not check whether the class already exists in nft. // The upper-layer application needs to check it when it needs to use it func (k Keeper) updateWithNoCheck(ctx context.Context, token nft.NFT) { @@ -126,7 +126,7 @@ func (k Keeper) Transfer(ctx context.Context, return nil } -// Transfer defines a method for sending a nft from one account to another account. +// transferWithNoCheck defines a method for sending a nft from one account to another account. // Note: this method does not check whether the class already exists in nft. // The upper-layer application needs to check it when it needs to use it func (k Keeper) transferWithNoCheck(ctx context.Context,