mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Fix redeem() = withdraw() on docs
This commit is contained in:
parent
16d330c5f7
commit
3ef75e4018
|
@ -79,7 +79,7 @@ interface IAToken is IERC20, IScaledBalanceToken {
|
|||
|
||||
/**
|
||||
* @dev Transfers the underlying asset to `target`. Used by the LendingPool to transfer
|
||||
* assets in borrow(), redeem() and flashLoan()
|
||||
* assets in borrow(), withdraw() and flashLoan()
|
||||
* @param user The recipient of the aTokens
|
||||
* @param amount The amount getting transferred
|
||||
* @return The amount transferred
|
||||
|
|
|
@ -239,7 +239,7 @@ contract AToken is VersionedInitializable, IncentivizedERC20, IAToken {
|
|||
|
||||
/**
|
||||
* @dev Transfers the underlying asset to `target`. Used by the LendingPool to transfer
|
||||
* assets in borrow(), redeem() and flashLoan()
|
||||
* assets in borrow(), withdraw() and flashLoan()
|
||||
* @param target The recipient of the aTokens
|
||||
* @param amount The amount getting transferred
|
||||
* @return The amount transferred
|
||||
|
|
Loading…
Reference in New Issue
Block a user