mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/morpho-aave/main.sol
Co-authored-by: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com>
This commit is contained in:
parent
dfe82d308d
commit
d89ef2dabc
|
@ -280,7 +280,7 @@ abstract contract MorphoAave is Helpers, Events {
|
|||
address _token = _isETH ? wethAddr : _tokenAddress;
|
||||
|
||||
if (_amt == uint256(-1))
|
||||
(, , , _amt) = morphoAaveLens._getCurrentSupplyBalanceInOf(
|
||||
(, , , _amt) = morphoAaveLens.getCurrentSupplyBalanceInOf(
|
||||
_poolTokenAddress,
|
||||
address(this)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user