You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
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
Remove the specified check
All tests should pas
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered:
Description
Remove redundant call to
verifyTransfer
in transferCrossChain method of NFT module as the all the checks are already repeated inverifyTransferCrossChain
following it.Acceptance Criteria
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered: