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
// if the vote has started but the voting period has not passed yet, it's in progress
if (block.timestamp < vote.gracePeriodStartingTime + gracePeriod) {
return VotingState.GRACE_PERIOD;
}
The comment should read as something to do with the state being in GRACE_PERIOD
The text was updated successfully, but these errors were encountered:
The comment should read as something to do with the state being in
GRACE_PERIOD
The text was updated successfully, but these errors were encountered: