|
@@ -17,6 +17,5 @@ interface IERC721Receiver {
|
|
|
*
|
|
|
* The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
|
|
|
*/
|
|
|
- function onERC721Received(address operator, address from, uint256 tokenId, bytes calldata data)
|
|
|
- external returns (bytes4);
|
|
|
+ function onERC721Received(address operator, address from, uint256 tokenId, bytes calldata data) external returns (bytes4);
|
|
|
}
|