Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 17, 2024
1 parent bce0a5c commit 18d2449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ message radio_reward {
// value is 0.0 to 1.0 multiplied by 1000
uint32 speedtest_multiplier = 9;
// list of all boosted hexes covered by this radio
boosted_hexes boosted_hexes = 10;
repeated boosted_hex boosted_hexes = 10;
}

message boosted_hexes {
message boosted_hex {
// the multiplier applied to this hex and paid for by the relevant service
// provider value is 0.0 to 1.0 multiplied by 1000
uint32 multiplier = 1;
Expand Down

0 comments on commit 18d2449

Please sign in to comment.