Update contracts/receivers/aave-v2-receiver/main.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Samyak Jain 2021-04-23 02:16:01 +05:30 committed by GitHub
parent 9865addb2a
commit a74bdd5121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;