removed comment

This commit is contained in:
The3D 2020-09-12 13:19:41 +02:00
parent 0d9a18813f
commit 70e1f88ce4

View File

@ -108,7 +108,6 @@ contract LendingPool is VersionedInitializable, ILendingPool {
_usersConfig[onBehalfOf].setUsingAsCollateral(reserve.index, true);
}
//minting AToken to user 1:1 with the specific exchange rate
IAToken(aToken).mint(onBehalfOf, amount, reserve.liquidityIndex);
//transfer to the aToken contract