commit 5153a178ce8f3e3a34af43eb4c7c1b6403284c80
parent 96ee30fe26b6dc53097ef813add49d5b89e85f30
Author: nolash <dev@holbrook.no>
Date: Mon, 10 May 2021 10:51:23 +0200
Correct interface comment for enumerable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solidity/BadgeToken.sol b/solidity/BadgeToken.sol
@@ -260,7 +260,7 @@ contract BadgeToken {
if (interfaceID == 0x5b5e139f) { // EIP 721 (Metadata - optional)
return true;
}
- if (interfaceID == 0x780e9d63) { // EIP 721 (Metadata - optional)
+ if (interfaceID == 0x780e9d63) { // EIP 721 (Enumerable - optional)
return true;
}
if (interfaceID == 0x449a52f8) { // Minter