Add detail about limitation in voting contract example

This commit is contained in:
Taylor Ferran 2022-08-13 13:25:27 +01:00 committed by Leo Alt
parent e048ba4d75
commit 79adec08f2

View File

@ -193,5 +193,8 @@ of votes.
Possible Improvements
=====================
Currently, many transactions are needed to assign the rights
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.
Moreover, if two or more proposals have the same
number of votes, ``winningProposal()`` is not able
to register a tie. Can you think of a way to fix these issues?