Closed code423n4 closed 2 years ago
updateOriginationFeeRate
updateOriginationFeeRate; L303-312
To save gas on updateOriginationFeeRate the max fee of 5% could be implemented as a constant instead of having to be calculated every time.
cannot be constant because we need to be able to change it
updateOriginationFeeRate
max fee could be set as constant.updateOriginationFeeRate; L303-312
To save gas on
updateOriginationFeeRate
the max fee of 5% could be implemented as a constant instead of having to be calculated every time.