Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Aug 1, 2024
1 parent 3a84958 commit 4dcabb4
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 @@ -214,7 +214,7 @@ impl MapperShares {
// this could be simplified as every subscriber is awarded the same share
// however the function is setup to allow the verification mapper shares to be easily
// added without impacting code structure ( the per share value for those will be different )
let total_disco_mapper_shares = discovery_mappers_count * DISCOVERY_MAPPING_SHARES;
let total_mapper_shares = discovery_mappers_count * DISCOVERY_MAPPING_SHARES;

let total_verified_mapping_event_shares: Decimal = self
.verified_mapping_event_shares
Expand Down

0 comments on commit 4dcabb4

Please sign in to comment.