mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: added return values to seize()
This commit is contained in:
parent
7a2eece3ad
commit
303600a526
|
@ -88,6 +88,7 @@ contract LendingPoolCollateralManager is
|
||||||
aToken.burn(user, to, userBalance, reserve.liquidityIndex);
|
aToken.burn(user, to, userBalance, reserve.liquidityIndex);
|
||||||
emit Seized(user, to, asset, userBalance);
|
emit Seized(user, to, asset, userBalance);
|
||||||
}
|
}
|
||||||
|
return (uint256(Errors.CollateralManagerErrors.NO_ERROR), Errors.LPCM_NO_ERRORS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user