Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Voting: sort same end-time votes by their descending voteIds (#824)
Votes can sometimes be created in the same block, and so will have the same start (and end time) attached. In this case, we should use their `voteId`s for sorting, so that the vote numbers still look correct (as you would expect a "newer" vote, with a larger `voteId`, to have a later end date).
- Loading branch information