Adapt proxies to Contracts conventions (#2345)

This commit is contained in:
Francisco Giordano
2020-09-03 13:49:47 -03:00
committed by GitHub
parent 6bc2ae3731
commit 91f16a7e47
4 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ pragma solidity >=0.4.24 <0.7.0;
* CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure
* that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.
*/
contract Initializable {
abstract contract Initializable {
/**
* @dev Indicates that the contract has been initialized.