Bump required compiler version for Address (#1898)

pull/1891/head^2
Nicolás Venturo 6 years ago committed by GitHub
parent 92b2e2800a
commit 4e527a20a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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('')`

Loading…
Cancel
Save