Update contracts/mainnet/connectors/morpho-compound/main.sol

Co-authored-by: Romain Milon <rmilon@gmail.com>
This commit is contained in:
Shriya Tyagi 2022-10-15 05:26:06 +04:00 committed by GitHub
parent fa00586039
commit eb8b73b608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ abstract contract MorphoCompound is Helpers, Events {
morphoCompound.borrow(_poolTokenAddress, _amt);
if (_isETH) convertWethToEth(_isETH, TokenInterface(wethAddr), _amt);
convertWethToEth(_isETH, TokenInterface(wethAddr), _amt);
setUint(_setId, _amt);