Unverified Commit 7ccd2245 by Nicolás Venturo Committed by GitHub

Update SafeERC20.sol (#1693)

parent cf7375d6
......@@ -45,7 +45,7 @@ library SafeERC20 {
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must equal true).
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment