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(
|
function getReservesData(
|
||||||
ILendingPoolAddressesProvider provider,
|
ILendingPoolAddressesProvider provider,
|
||||||
IAaveIncentivesController incentivesControllerAddr,
|
IAaveIncentivesController incentivesController,
|
||||||
address user
|
address user
|
||||||
)
|
)
|
||||||
external
|
external
|
||||||
|
@ -179,7 +179,7 @@ contract UiPoolDataProvider is IUiPoolDataProvider {
|
||||||
|
|
||||||
function getUserIncentivesBalance(
|
function getUserIncentivesBalance(
|
||||||
ILendingPoolAddressesProvider provider,
|
ILendingPoolAddressesProvider provider,
|
||||||
IAaveIncentivesController incentivesControllerAddr,
|
IAaveIncentivesController incentivesController,
|
||||||
address user
|
address user
|
||||||
) external view override returns (IncentivesDataUser memory) {
|
) external view override returns (IncentivesDataUser memory) {
|
||||||
ILendingPool lendingPool = ILendingPool(provider.getLendingPool());
|
ILendingPool lendingPool = ILendingPool(provider.getLendingPool());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user