chore(nft): fix incorrect prefix of comment (#18871)

This commit is contained in:
Taeguk Kwon 2023-12-23 01:59:14 +09:00 committed by GitHub
parent 9c00cf2c84
commit 44be02175e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,