We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67efca commit bbd72e8Copy full SHA for bbd72e8
catalyst-toolbox/src/rewards/proposers/mod.rs
@@ -53,7 +53,7 @@ pub fn proposer_rewards(
53
let proposals = filter_excluded_proposals(&proposals, &excluded_proposals);
54
55
let Value(total_stake) = calculate_total_stake_from_block0(&block0_config, &committee_keys);
56
- let total_stake_approval_threshold = total_stake_threshold + total_stake as f64;
+ let total_stake_approval_threshold = total_stake_threshold * total_stake as f64;
57
58
let mut result = Vec::with_capacity(challenges.len());
59
0 commit comments