-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct vote display in poll card for walletholder vote(s)
The handling for last vote did not really work correctly in the case where the walletholder votes multiple times. Because of the way the voting system handles duplicate outputs in the vote tallying, using the last vote only does not necessarily contain the entire weight or all the choices for the walletholder. This commit implements showing each choice that has weight and the weight on each one.
- Loading branch information
1 parent
ef0f716
commit 44e832c
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters