Skip to content

Commit ecdc808

Browse files
Merge pull request #13387 from taylorferran/improve-voting-example
Add detail about limitation in voting contract example
2 parents b2afe9f + 79adec0 commit ecdc808

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/examples/voting.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,8 @@ of votes.
193193
Possible Improvements
194194
=====================
195195

196-
Currently, many transactions are needed to assign the rights
197-
to vote to all participants. Can you think of a better way?
196+
Currently, many transactions are needed to
197+
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

Comments
 (0)