remove beta notice

This commit is contained in:
Francisco Giordano
2019-10-29 17:23:48 -03:00
parent 1eb80ddb22
commit c4bb7b7bb9
4 changed files with 0 additions and 16 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) {