updated rateMode

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Shriya Tyagi 2022-04-27 17:35:17 +04:00 committed by GitHub
parent 22efee297b
commit fc24288d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,7 +413,7 @@ abstract contract AaveResolver is Events, Helpers {
* @param delegateTo The address to whom the user is delegating
* @param amount The amount
*/
function approveDelegation(address token, uint16 rateMode, address delegateTo, uint256 amount)
function approveDelegation(address token, , uint256 amount, uint256 rateMode, address delegateTo)
external
payable
returns (string memory _eventName, bytes memory _eventParam)