Adapt proxies to Contracts conventions (#2345)
This commit is contained in:
committed by
GitHub
parent
6bc2ae3731
commit
91f16a7e47
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user