fix: solium linting errors (#1113)
* fix: solium linting errors, fixes #1092 * fix: remove uppercase requirement
This commit is contained in:
committed by
Nicolás Venturo
parent
2f6c8b05f6
commit
4c6575bf2f
@ -9,6 +9,7 @@ import "./ERC165.sol";
|
||||
* @dev Implements ERC165 using a lookup table.
|
||||
*/
|
||||
contract SupportsInterfaceWithLookup is ERC165 {
|
||||
|
||||
bytes4 public constant InterfaceId_ERC165 = 0x01ffc9a7;
|
||||
/**
|
||||
* 0x01ffc9a7 ===
|
||||
|
||||
Reference in New Issue
Block a user