Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Remove redundant call to verifyTransfer in method of NFT module (#9102)
Browse files Browse the repository at this point in the history
Remove redundant check
  • Loading branch information
Incede authored Oct 19, 2023
1 parent 9747cce commit 185e3fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/src/modules/nft/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ export class NFTMethod extends BaseMethod {
includeAttributes: boolean,
): Promise<void> {
try {
await this._internalMethod.verifyTransfer(methodContext, senderAddress, nftID);

await this._internalMethod.verifyTransferCrossChain(
methodContext,
senderAddress,
Expand Down

0 comments on commit 185e3fa

Please sign in to comment.