Made some inherit-only contracts internal. (#1433)
* Made some inherit-only contracts internal.
* Added OwnableMock.
(cherry picked from commit 96d6103e0b)
This commit is contained in:
committed by
Leo Arias
parent
3b34436b44
commit
422b42bb6a
@ -25,7 +25,7 @@ contract ERC165 is IERC165 {
|
||||
* implement ERC165 itself
|
||||
*/
|
||||
constructor()
|
||||
public
|
||||
internal
|
||||
{
|
||||
_registerInterface(_InterfaceId_ERC165);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user