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
Wrote on the other issue,
the issue is more that the code is not correct whatever if time is 5 years or not. if you cast block.timestamp it becomes correct as you will roll over with the top expression too.
https://github.com/brianmcmichael/dss-vest/blob/f808e8a942305dcc3409f00cf320d06283a761d8/src/DssVest.sol#L77
Or block.timestamp need to be casted as well
The text was updated successfully, but these errors were encountered: