-
Notifications
You must be signed in to change notification settings - Fork 33
Non-transferable items #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bmacer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing check_is_transferable to accept &nft but looks good otherwise or if decision is to keep if with bool
|
Looks good. I think we should add this as a disclaimer or a warning for any parachain looking to integrate the RMRK pallet into their runtime that they should disable Uniques Calls to avoid the scenario below. In the future, when a RMRK NFT is teleported to another chain with Uniques Calls enabled there could be a situation where a non-transferable could be sent to another account. This could be an issue in the future if that scenario were to happen. |
|
Thank you, made a new issue to address such disclaimer / warning. |
Fixes #141