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.
In NFT module, transfer function and command, as well as cross-chain transfer function and command, have unnecessary code duplication in the verification part.
Factorize the repeating verification code for the transfer command and method into a verifyTransferInteral function.
Factorize the repeating verification code for the cross-chain transfer command and method into a a verifyTransferCrossChainInternal function.
Acceptance Criteria
All relevant changes in the LIP PR must be incorporated
Description
verifyTransferInteral
function.verifyTransferCrossChainInternal
function.Acceptance Criteria
Additional Information
LIP PR
The text was updated successfully, but these errors were encountered: