Skip to content

Commit

Permalink
Update distanct to asserted restriction for wifi radios to 50m (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser authored May 9, 2024
1 parent e186ac7 commit 9d3f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/heartbeats/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub struct HeartbeatReward {
pub coverage_object: Uuid,
}

const RESTRICTIVE_MAX_DISTANCE: i64 = 30;
const RESTRICTIVE_MAX_DISTANCE: i64 = 50;

impl HeartbeatReward {
pub fn key(&self) -> KeyType<'_> {
Expand Down

0 comments on commit 9d3f438

Please sign in to comment.