Skip to content

Commit

Permalink
Add comment for what it means to be qualified for oracle boosting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Dec 6, 2024
1 parent e4e6025 commit 331dca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@ enum sp_boosted_hex_status {
enum oracle_boosted_hex_status {
oracle_boosted_hex_status_eligible = 0;
oracle_boosted_hex_status_banned = 1;
// Radio meets the requirements to be a "Qualified Hotspot"
// laid out in HIP-134
// https://github.com/helium/HIP/blob/main/0134-reward-mobile-carrier-offload-hotspots.md#detailed-explanation
oracle_boosted_hex_status_qualified = 2;
}

Expand Down

0 comments on commit 331dca2

Please sign in to comment.