Function: setRedeemableReservesBuffer(uint256 buffer)
Updates redeemableReservesBuffer, which is defined as 100% plus buffer. When the user will initiate the exit process, this redeemableReservesBuffer will be used to calculate the available exit reserves amount.
Inputs
bufferConstraints: Cannot be more than
BasisPointFraction.BASIS_POINTS_DIVISOR.Impact: This percent of debt will be also held in addition to debt amount.
Branches and code coverage
Intended branches
redeemableReservesBufferwas updated properly.
Negative behavior
Caller has no access to this function.
bufferis more thanBasisPointFraction.BASIS_POINTS_DIVISOR.