Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 9, 2024
1 parent 9e7c8d7 commit b8f8bf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/verification_mapping.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ syntax = "proto3";
package helium;

message verified_subscriber_mapping_event_v1 {
// The id of the discovery mapping enabled subscriber
string subscriber_id = 1;
// the accumulated mapping points the subscriber has earned this epoch
uint64 total_reward_points = 2;
// Unix timestamp in seconds of when the mapping event was generated
uint64 timestamp = 3;
/// The id of the discovery mapping enabled subscriber
string subscriber_id = 1;
/// the accumulated mapping points the subscriber has earned this epoch
uint64 total_reward_points = 2;
/// Unix timestamp in seconds of when the mapping event was generated
uint64 timestamp = 3;
}

0 comments on commit b8f8bf4

Please sign in to comment.