Skip to content

Commit 79adec0

Browse files
taylorferranLeo Alt
authored andcommitted
Add detail about limitation in voting contract example
1 parent e048ba4 commit 79adec0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/examples/voting.rst

Lines changed: 5 additions & 2 deletions
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)