[bisq-network/bisq] Dao fix majorityvote issue (#2371)

Manfred Karrer notifications at github.com
Fri Feb 8 13:01:47 UTC 2019


ManfredKarrer commented on this pull request.



> +                            sb.append(Res.getWithCol("shared.name")).append(" ")
+                                    .append(ballot.getProposal().getName()).append("\n");
+                            sb.append(Res.getWithCol("dao.bond.table.column.link")).append(" ")
+                                    .append(ballot.getProposal().getLink()).append("\n");
+                            Vote vote = ballot.getVote();
+                            String voteString = vote == null ? Res.get("dao.proposal.display.myVote.ignored") :
+                                    vote.isAccepted() ?
+                                            Res.get("dao.proposal.display.myVote.accepted") :
+                                            Res.get("dao.proposal.display.myVote.rejected");
+                            sb.append(Res.getWithCol("dao.results.votes.table.header.vote")).append(" ")
+                                    .append(voteString).append("\n");
+
+                        });
+                    });
+            if (!sb.toString().isEmpty()) {
+                new Popup<>().information("We had invalid votes in that voting cycle. That can happen if a vote was " +

Upps, yes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2371#discussion_r255064882
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190208/fc9cead5/attachment.html>


More information about the bisq-github mailing list