From fe56996b66395a4c867f696b393f9ede28a4c8f4 Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Wed, 9 Oct 2024 08:02:54 -0400 Subject: [PATCH] Update mobile_verifier/src/rewarder.rs Co-authored-by: Jeff Grunewald --- mobile_verifier/src/rewarder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile_verifier/src/rewarder.rs b/mobile_verifier/src/rewarder.rs index 1daff6614..bcc1173e6 100644 --- a/mobile_verifier/src/rewarder.rs +++ b/mobile_verifier/src/rewarder.rs @@ -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)