mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: typo
This commit is contained in:
parent
cdbfeef1dc
commit
1abfdda4af
|
@ -427,7 +427,7 @@ interface ILendingPoolConfigurator {
|
|||
* @dev Updates the total flash loan premium
|
||||
* flash loan premium consist in 2 parts
|
||||
* - A part is sent to aToken holders as extra balance
|
||||
* - A part is collecte by the protocol reserves
|
||||
* - A part is collected by the protocol reserves
|
||||
* @param flashloanPremiumTotal total premium in bps
|
||||
*/
|
||||
function updateFlashloanPremiumTotal(uint256 flashloanPremiumTotal) external;
|
||||
|
|
|
@ -919,7 +919,7 @@ contract LendingPool is VersionedInitializable, ILendingPool, LendingPoolStorage
|
|||
* @dev Updates flash loan premiums
|
||||
* flash loan premium consist in 2 parts
|
||||
* - A part is sent to aToken holders as extra balance
|
||||
* - A part is collecte by the protocol reserves
|
||||
* - A part is collected by the protocol reserves
|
||||
* @param flashLoanPremiumTotal total premium in bps
|
||||
* @param flashLoanPremiumToProtocol part of the premium sent to protocol
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user