From 4e527a20a5f2ef75f63bfae9eb323c8c2b75ec0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Mon, 26 Aug 2019 20:12:46 -0300 Subject: [PATCH] Bump required compiler version for Address (#1898) --- contracts/utils/Address.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/utils/Address.sol b/contracts/utils/Address.sol index c6fa470e8..dee891b6d 100644 --- a/contracts/utils/Address.sol +++ b/contracts/utils/Address.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.5.0; +pragma solidity ^0.5.5; /** * @dev Collection of functions related to the address type @@ -19,7 +19,7 @@ library Address { // This method relies in extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. - + // According to EIP-1052, 0x0 is the value returned for not-yet created accounts // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned // for accounts without code, i.e. `keccak256('')`