Skip to content

Commit eb26fd0

Browse files
authored
removes duplicate supportsInterface (#156)
1 parent a65f0d2 commit eb26fd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/module/token/royalty/RoyaltyERC1155.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ contract RoyaltyERC1155 is
113113
config.requiredInterfaces = new bytes4[](1);
114114
config.requiredInterfaces[0] = 0xd9b67a26; // ERC1155
115115

116-
config.supportedInterfaces = new bytes4[](1);
117-
config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.
118-
119116
config.supportedInterfaces = new bytes4[](3);
120117
config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.
121118
config.supportedInterfaces[1] = 0xad0d7f6c; // ICreatorToken

0 commit comments

Comments
 (0)