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
The Period enum was introduced for generality, but it's probably overkill / not needed.
Removing it, and sticking to a monthly period for payments will simplify both, contract initialisation, and more importantly, checking for the beginning of the period (no storage load needed, for a fixed type of period).
The text was updated successfully, but these errors were encountered:
The
Period
enum was introduced for generality, but it's probably overkill / not needed.Removing it, and sticking to a monthly period for payments will simplify both, contract initialisation, and more importantly, checking for the beginning of the period (no storage load needed, for a fixed type of period).
The text was updated successfully, but these errors were encountered: