Submitted by cmichel
The CvxLocker.setBoost function does not validate the _max, _rate parameters, instead it validates the already set storage variables.
Once wrong boost values are set (which are not validated when they are set), they cannot be set to new values anymore, breaking core contract functionality.
Implement these two checks instead:
GalloDaSballo (BadgerDAO) acknowledged:
GalloDaSballo (BadgerDAO) confirmed:
C2tP-C2tP (BadgerDAO) commented:
