minor change

This commit is contained in:
Richa-iitr 2022-08-31 14:48:56 +05:30
parent 44549ca066
commit 3013589ec2

View File

@ -320,14 +320,14 @@ abstract contract CompoundIIIResolver is Events, Helpers {
uint256 initialBal = getAccountSupplyBalanceOfAsset(
address(this),
market,
token
_token
);
CometInterface(market).withdraw(_token, _amt);
uint256 finalBal = getAccountSupplyBalanceOfAsset(
address(this),
market,
token
_token
);
_amt = sub(finalBal, initialBal);