You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're generally trying to avoid the safemath overhead when we know the numbers are safe. Here there's a require that ensures payment will be lower than amount, so the additional expense is unnecessary.
https://github.com/brianmcmichael/dss-vest/blob/f808e8a942305dcc3409f00cf320d06283a761d8/src/DssVest.sol#L56
I would go for math lib instead of the comment.
The text was updated successfully, but these errors were encountered: