From a74bdd5121d1fbab79156509a1d158e488d08050 Mon Sep 17 00:00:00 2001 From: Samyak Jain <34437877+KaymasJain@users.noreply.github.com> Date: Fri, 23 Apr 2021 02:16:01 +0530 Subject: [PATCH] Update contracts/receivers/aave-v2-receiver/main.sol Co-authored-by: Thrilok kumar --- contracts/receivers/aave-v2-receiver/main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/receivers/aave-v2-receiver/main.sol b/contracts/receivers/aave-v2-receiver/main.sol index cd6d151..2746f23 100644 --- a/contracts/receivers/aave-v2-receiver/main.sol +++ b/contracts/receivers/aave-v2-receiver/main.sol @@ -143,7 +143,7 @@ contract InstaFlash is AaveV2Migrator { function initiateFlashLoan( address[] calldata _tokens, uint256[] calldata _amounts, - uint _route, // no use of route but just to follow current flashloan pattern + uint /*_route */, // no use of route but just to follow current flashloan pattern bytes calldata data ) external isDSA { uint _length = _tokens.length;