Merge branch 'release-v2.4.0'

This commit is contained in:
Francisco Giordano
2019-10-29 17:55:19 -03:00
10 changed files with 9 additions and 22 deletions

View File

@ -34,9 +34,6 @@ library Address {
* @dev Converts an `address` into `address payable`. Note that this is
* simply a type cast: the actual underlying value is not changed.
*
* NOTE: This is a feature of the next version of OpenZeppelin Contracts.
* @dev Get it via `npm install @openzeppelin/contracts@next`.
*
* _Available since v2.4.0._
*/
function toPayable(address account) internal pure returns (address payable) {