Remove duplicate entry for number of proposals

This commit is contained in:
Manfred Karrer 2019-03-08 12:20:06 -05:00
parent 01f3bdc557
commit ee0fef4d2f
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -954,7 +954,6 @@ public class VoteResultView extends ActivatableView<GridPane, Void> implements D
JsonObject cycleJson = new JsonObject();
cycleJson.addProperty("cycleIndex", cycle.getCycleIndex());
cycleJson.addProperty("cycleDateTime", cycle.getCycleDateTime(false));
cycleJson.addProperty("proposalsCount", cycle.getNumProposals());
cycleJson.addProperty("votesCount", cycle.getNumVotesAsString());
cycleJson.addProperty("voteWeight", cycle.getMeritAndStake());
cycleJson.addProperty("issuance", cycle.getIssuance());