mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
removed comment
This commit is contained in:
parent
0d9a18813f
commit
70e1f88ce4
|
@ -108,7 +108,6 @@ contract LendingPool is VersionedInitializable, ILendingPool {
|
||||||
_usersConfig[onBehalfOf].setUsingAsCollateral(reserve.index, true);
|
_usersConfig[onBehalfOf].setUsingAsCollateral(reserve.index, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//minting AToken to user 1:1 with the specific exchange rate
|
|
||||||
IAToken(aToken).mint(onBehalfOf, amount, reserve.liquidityIndex);
|
IAToken(aToken).mint(onBehalfOf, amount, reserve.liquidityIndex);
|
||||||
|
|
||||||
//transfer to the aToken contract
|
//transfer to the aToken contract
|
||||||
|
|
Loading…
Reference in New Issue
Block a user