-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
payable #144
Comments
Confirmed fixed in latest branch |
This documentation should also be updated in the interfaces. |
I would add to @dev: @fulldecent You ok with this? |
This is good. But should also specifically say there "this implementation is more restrictive than the ERC-721 standard requires" for the avoidance of doubt. |
Currently transfer functions & approve do not allow payable function implementations.
This is okay but it should be documented that this is more restrictive than the standard.
https://github.com/0xcert/ethereum-erc721/blob/master/contracts/tokens/NFToken.sol
The text was updated successfully, but these errors were encountered: