Remove all 'available since' notices

This commit is contained in:
Nicolás Venturo
2020-03-16 20:44:56 -03:00
parent e7b22483af
commit a8d6f13c94
7 changed files with 0 additions and 21 deletions

View File

@ -47,8 +47,6 @@ library Address {
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*
* _Available since v2.4.0._
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");