Commit df7704e9 by github-actions

Transpile 477046b2

parent c0657319
...@@ -50,6 +50,6 @@ abstract contract Initializable { ...@@ -50,6 +50,6 @@ abstract contract Initializable {
/// @dev Returns true if and only if the function is running in the constructor /// @dev Returns true if and only if the function is running in the constructor
function _isConstructor() private view returns (bool) { function _isConstructor() private view returns (bool) {
return !Address.isContract(address(this)); return !AddressUpgradeable.isContract(address(this));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment