Skip to content

Commit

Permalink
Merge pull request #1102 from cardano-foundation/fix/MET-1960-pools-o…
Browse files Browse the repository at this point in the history
…verview-adjustments

Fix/met 1960 pools overview adjustments
  • Loading branch information
Sotatek-DucPhung committed Mar 28, 2024
2 parents 6fe58d2 + 19b8df1 commit 75f9938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -47,7 +47,7 @@ public class PoolResponse implements Serializable {

private Integer votingPower;

private Integer governanceParticipationRate;
private Double governanceParticipationRate;

private boolean retired;
}
Expand Up @@ -24,5 +24,5 @@ public interface PoolListProjection {

Integer getVotingPower();

Integer getGovernanceParticipationRate();
Double getGovernanceParticipationRate();
}

0 comments on commit 75f9938

Please sign in to comment.