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
@vbaranov I wasn't, because this is a separate task, but if it's necessary, I'll give this task higher priority and include it in the current set of tasks that should be implemented before hard-fork.
I didn't include a calling of finalization function inside vote method because there can be a blocking (in case of any errors) if _finalizeBallot reverts, so the last validator won't be able to vote in this case and will be confused.
Therefore I suggest this implementation that assumes any validator should call finalize method separately by the same principle that works now.
Relates to poanetwork/RFC#8
The text was updated successfully, but these errors were encountered: