Skip to content

Commit

Permalink
Remove coverage_objects from radio_reward (#361)
Browse files Browse the repository at this point in the history
* Remove coverage_objects from radio_reward

* Deprecate instead of remove
  • Loading branch information
maplant committed Aug 4, 2023
1 parent 8d81732 commit 4f0aea6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,9 @@ message radio_reward {
uint64 poc_reward = 4;
// Accumulated coverage points for the radio
uint64 coverage_points = 5;
// Coverage objects claimed to make this calculation
repeated bytes coverage_objects = 6;
// Coverage objects claimed to make this calculation.
// This will always be empty
repeated bytes coverage_objects = 6 [ deprecated = true ];
}

message gateway_reward {
Expand Down

0 comments on commit 4f0aea6

Please sign in to comment.