Minor fix due to merge commits

This commit is contained in:
Thrilok Kumar 2021-04-16 04:25:06 +05:30
parent 72274a9421
commit f5eb65372d

View File

@ -104,7 +104,7 @@ contract AaveV2Migrator is MigrateResolver {
transferAtokens(aave, dsa, supplyTokens, supplyAmts);
// Have to borrow from user's account & transfer
borrowAndTransferSpells(aave, dsa, borrowTokens, borrowAmts);
borrowAndTransferSpells(aave, dsa, supplyTokens, borrowTokens, borrowAmts);
isPositionSafe();