Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 29, 2024
1 parent 37022ff commit 9998592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/reward_shares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl MapperShares {
.map(|share| Decimal::from(share.total_reward_points))
.sum();

let total_shares = total_disco_mapper_shares + total_verified_mapping_event_shares;
let total_shares = total_mapper_shares + total_verified_mapping_event_shares;

let res = total_mappers_pool
.checked_div(total_shares)
Expand Down

0 comments on commit 9998592

Please sign in to comment.