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
SubmittedBallot.state: BallotBoxState is encoded as a number. This is the only place that indicates whether the ballot is cast or spoiled and is only a 0 or 1. Would be disastrous for this to be misinterpreted.
Possible Implementation
Recommend that it be the name of the enum to remove ambiguity and language dependence.
Is there an existing issue for this?
Suggestion
SubmittedBallot.state: BallotBoxState is encoded as a number. This is the only place that indicates whether the ballot is cast or spoiled and is only a 0 or 1. Would be disastrous for this to be misinterpreted.
Possible Implementation
Recommend that it be the name of the enum to remove ambiguity and language dependence.
Anything else?
Original Issue by @JohnLCaron
Election-Tech-Initiative/electionguard-python#522
The text was updated successfully, but these errors were encountered: