Skip to content

Commit

Permalink
extend subscriber location reward 'genesis' period
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Aug 4, 2023
1 parent 05dd718 commit c768343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/subscriber_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use sqlx::{PgPool, Postgres, Transaction};
use std::ops::Range;
use tokio::sync::mpsc::Receiver;

const SUBSCRIBER_REWARD_PERIOD_LENGTH_IN_DAYS: i64 = 7;
const SUBSCRIBER_REWARD_PERIOD_LENGTH_IN_DAYS: i64 = 14;

pub type SubscriberValidatedLocations = Vec<Vec<u8>>;

Expand Down

0 comments on commit c768343

Please sign in to comment.