LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 454 forks source link

Remove redundant call to verifyTransfer in method of NFT module #9101

Closed Incede closed 11 months ago

Incede commented 11 months ago

Description

Remove redundant call to verifyTransfer in transferCrossChain method of NFT module as the all the checks are already repeated in verifyTransferCrossChain following it.

Acceptance Criteria

Additional Information

release/6.1.0