Skip to content

Commit

Permalink
ERC-165 stop advertising ERC721Enumerable
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Feb 16, 2022
1 parent 584d073 commit 4513ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/ERC721A.sol
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ contract ERC721A is Context, ERC165, IERC721, IERC721Metadata {
return
interfaceId == type(IERC721).interfaceId ||
interfaceId == type(IERC721Metadata).interfaceId ||
interfaceId == type(IERC721Enumerable).interfaceId ||
super.supportsInterface(interfaceId);
}

Expand Down

0 comments on commit 4513ef5

Please sign in to comment.