Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Sep 15, 2023
1 parent 66caffa commit bcda536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ message heartbeat {
uint64 location_validation_timestamp = 10;
// Distance in meters to the asserted location of the gateway_reward
// at the time of heartbeat verification
uint32 distance_to_asserted = 11;
uint64 distance_to_asserted = 11;

}

Expand Down

0 comments on commit bcda536

Please sign in to comment.