Skip to content

Commit

Permalink
remove optional and default of 0 to mean no boost multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jul 3, 2024
1 parent 02137e7 commit 5af1808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ message radio_reward_v2 {
// value is 0.0 to 1.0 multiplied by 1000
uint32 rank_multiplier = 9;

// is only present if radio is eligible for boosted
// rewards and hex is boosted by service provider
optional uint32 boosted_multiplier = 10;
// set to 0 is radio is ineligible for boosted rewards
// or hex is not boosted by service provider
uint32 boosted_multiplier = 10;
}

// Public key of the hotspot of the radio
Expand Down

0 comments on commit 5af1808

Please sign in to comment.