remove beta notice
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user