Skip to content
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

fix(protocol): Require amount=1 when transferring ERC721 instead of 0 #16255

Closed
wants to merge 1 commit into from

Conversation

n1punp
Copy link
Contributor

@n1punp n1punp commented Mar 2, 2024

This change is in response with #15898. Transferring ERC721 should require the amount to be 1 instead of 0, so the transfer will not be ambiguous for offchain tracking. While it may cost slightly more gas to require amount=1 instead of 0, but I still think it makes sense to do so.

@adaki2004
Copy link
Contributor

adaki2004 commented Mar 2, 2024

Thank you but we are all set for now and dont want to change any interface (UI), just in case this is absolutely necessary
or there is a bug.

@adaki2004 adaki2004 closed this Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants