We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e048ba4 commit 79adec0Copy full SHA for 79adec0
docs/examples/voting.rst
@@ -193,5 +193,8 @@ of votes.
193
Possible Improvements
194
=====================
195
196
-Currently, many transactions are needed to assign the rights
197
-to vote to all participants. Can you think of a better way?
+Currently, many transactions are needed to
+assign the rights to vote to all participants.
198
+Moreover, if two or more proposals have the same
199
+number of votes, ``winningProposal()`` is not able
200
+to register a tie. Can you think of a way to fix these issues?
0 commit comments