mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix typo in incentives controller env
This commit is contained in:
parent
2028631ad7
commit
ab8c9a22a9
|
@ -46,7 +46,7 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
|||
|
||||
function getReservesData(
|
||||
ILendingPoolAddressesProvider provider,
|
||||
IAaveIncentivesController incentivesControllerAddr,
|
||||
IAaveIncentivesController incentivesController,
|
||||
address user
|
||||
)
|
||||
external
|
||||
|
@ -179,7 +179,7 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
|||
|
||||
function getUserIncentivesBalance(
|
||||
ILendingPoolAddressesProvider provider,
|
||||
IAaveIncentivesController incentivesControllerAddr,
|
||||
IAaveIncentivesController incentivesController,
|
||||
address user
|
||||
) external view override returns (IncentivesDataUser memory) {
|
||||
ILendingPool lendingPool = ILendingPool(provider.getLendingPool());
|
||||
|
|
Loading…
Reference in New Issue
Block a user