Skip to content

Commit

Permalink
Fix staking calculation (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbidenaio authored Aug 30, 2022
1 parent 78ede80 commit 4d28f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/screens/profile/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function useStakingApy() {

const estimatedReward =
85000 *
(proposerProbability * proposerOnlyReward +
(proposerOnlyProbability * proposerOnlyReward +
committeeOnlyProbability * committeeOnlyReward +
proposerAndCommitteeProbability * proposerAndCommitteeReward)

Expand Down

0 comments on commit 4d28f71

Please sign in to comment.