mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
Fixed minor bug in aave v2 resolver
This commit is contained in:
parent
eeb35f556a
commit
ffc2cd7589
|
@ -276,7 +276,7 @@ contract Resolver is AaveHelpers {
|
|||
}
|
||||
|
||||
AaveUserTokenData[] memory tokensData = new AaveUserTokenData[](length);
|
||||
(TokenPrice[] memory tokenPrices, uint ethPrice) = getTokensPrices(addrProvider, tokens);
|
||||
(TokenPrice[] memory tokenPrices, uint ethPrice) = getTokensPrices(addrProvider, _tokens);
|
||||
|
||||
for (uint i = 0; i < length; i++) {
|
||||
tokensData[i] = getTokenData(
|
||||
|
@ -293,5 +293,5 @@ contract Resolver is AaveHelpers {
|
|||
}
|
||||
|
||||
contract InstaAaveV2Resolver is Resolver {
|
||||
string public constant name = "Aave-v2-Resolver";
|
||||
string public constant name = "AaveV2-Resolver-v1.1";
|
||||
}
|
Loading…
Reference in New Issue
Block a user