Skip to content

Commit

Permalink
remove incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jul 16, 2024
1 parent 728635e commit 1b8f802
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -462,20 +462,16 @@ message radio_reward_v2 {
message covered_hex {
uint64 location = 1;
// modeled coverage points * rank_multiplier * assignment_multiplier
// value is 3 decimal places of precision multiplied by 1000
Decimal base_coverage_points = 2;
// base_coverage_points * (boosted_multiplier - 1)
// value is 3 decimal places of precision multiplied by 1000
Decimal boosted_coverage_points = 3;

oracle_boosting_assignment urbanized = 4;
oracle_boosting_assignment footfall = 5;
oracle_boosting_assignment landtype = 6;
// value is 0.0 to 1.0 multiplied by 1000
Decimal assignment_multiplier = 7;
// rank for this hex, 1 indexed
uint32 rank = 8;
// value is 0.0 to 1.0 multiplied by 1000
Decimal rank_multiplier = 9;

// set to 0 if radio is ineligible for boosted rewards
Expand Down

0 comments on commit 1b8f802

Please sign in to comment.