Skip to content

Commit

Permalink
Make subscriber id bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 15, 2024
1 parent 46fdd40 commit 64e7ba7
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 @@ -669,7 +669,7 @@ verified_service_provider_boosted_rewards_banned_radio_ingest_report_v1 {

message subscriber_mapping_event_req_v1 {
/// The id of the discovery mapping enabled subscriber
string subscriber_id = 1;
bytes 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
Expand All @@ -684,7 +684,7 @@ message subscriber_mapping_event_res_v1 { string id = 1; }

message verified_subscriber_mapping_event_v1 {
/// The id of the discovery mapping enabled subscriber
string subscriber_id = 1;
bytes 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
Expand Down

0 comments on commit 64e7ba7

Please sign in to comment.