Skip to content

Commit

Permalink
Add seniority timestamp and coverage object to radio reward output (#367
Browse files Browse the repository at this point in the history
)

* Add seniority timestamp and coverage object to radio reward output

* Address comments
  • Loading branch information
Matthew Plant authored Sep 1, 2023
1 parent 39c9f23 commit cab2b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ message radio_reward {
uint64 poc_reward = 4;
// Accumulated coverage points for the radio
uint64 coverage_points = 5;
// Seniority timestamp for this radio in seconds since the unix epoch
uint64 seniority_timestamp = 6;
// UUID of the coverage object used to reward this radio
bytes coverage_object = 7;
}

message gateway_reward {
Expand Down

0 comments on commit cab2b57

Please sign in to comment.