Skip to content

Commit

Permalink
Update mobile_verifier/src/rewarder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Grunewald <[email protected]>
  • Loading branch information
bbalser and jeffgrunewald authored Oct 9, 2024
1 parent 424535f commit fe56996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/rewarder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ pub async fn reward_mappers(
let location_shares =
subscriber_location::aggregate_location_shares(pool, reward_period).await?;

// Verification mappers can only earn rewards if the qualified for disco mapping
// Verification mappers can only earn rewards if they qualified for disco mapping
// rewards during the same reward_period
let vsme_shares =
subscriber_verified_mapping_event::aggregate_verified_mapping_events(pool, reward_period)
Expand Down

0 comments on commit fe56996

Please sign in to comment.