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
Issue
Some comments in the code assume the committee size to be the number of members in the committee,
while this is actually the number of voting credits assigned to committee members.
Solution
Fix Size() comment;
Check if other comments imply the same wrong concepts
The text was updated successfully, but these errors were encountered:
Issue
Some comments in the code assume the committee
size
to be the number of members in the committee,while this is actually the number of voting credits assigned to committee members.
Solution
Fix
Size()
comment;Check if other comments imply the same wrong concepts
The text was updated successfully, but these errors were encountered: