Made some inherit-only contracts internal. (#1433)
* Made some inherit-only contracts internal. * Added OwnableMock.pull/1440/head
parent
df3c113711
commit
96d6103e0b
@ -0,0 +1,6 @@ |
||||
pragma solidity ^0.4.24; |
||||
|
||||
import "../ownership/Ownable.sol"; |
||||
|
||||
contract OwnableMock is Ownable { |
||||
} |
Loading…
Reference in new issue