Skip to content

Commit

Permalink
Update reason name
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jun 26, 2024
1 parent 64d204e commit aa27cf7
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 @@ -621,7 +621,7 @@ message oracle_boosting_hex_assignment {
}

message service_provider_boosted_rewards_banned_radio_req_v1 {
enum reason {
enum sp_boosted_rewards_banned_radio_reason {
unbanned = 0;
no_network_correlation = 1;
}
Expand All @@ -633,7 +633,7 @@ message service_provider_boosted_rewards_banned_radio_req_v1 {
// For WiFi radio
bytes hotspot_key = 3;
}
reason reason = 4;
sp_boosted_rewards_banned_radio_reason reason = 4;
// timestamp in seconds since epoch of when ban ends
uint64 until = 5;
bytes signature = 6;
Expand Down

0 comments on commit aa27cf7

Please sign in to comment.