mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Remove duplicate entry for number of proposals
This commit is contained in:
parent
01f3bdc557
commit
ee0fef4d2f
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue