Closed mr-dddt closed 1 year ago
There is a comment mistake for the IERC721ReceiverUpgradeable.sol
IERC721ReceiverUpgradeable.sol
https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/dd8ca8adc47624c5c5e2f4d412f5f421951dcc25/contracts/token/ERC721/IERC721ReceiverUpgradeable.sol#L19
change the comment of IERC721Receiver.onERC721Received.selector -> IERC721ReceiverUpgradeable.onERC721Received.selector
IERC721Receiver.onERC721Received.selector
IERC721ReceiverUpgradeable.onERC721Received.selector
The Solidity code in this repository is converted automatically. While we can reliably do this for the Solidity code, we can't do the same for the documentation, so they remain without renames.
There is a comment mistake for the
IERC721ReceiverUpgradeable.sol
https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/dd8ca8adc47624c5c5e2f4d412f5f421951dcc25/contracts/token/ERC721/IERC721ReceiverUpgradeable.sol#L19
change the comment of
IERC721Receiver.onERC721Received.selector
->IERC721ReceiverUpgradeable.onERC721Received.selector
190