Description
OstiumVault::lockDiscount() reverts if maxDiscountThresholdP == uint16(100) * PRECISION_2, but the constructor and updateMaxDiscountThresholdP() allow setting it to this value.
Recommendation
Also check for equality by using <= instead of <.
Status
Addressed in #32af17a.