Skip to content

Commit

Permalink
Revert "use enum for service provider"
Browse files Browse the repository at this point in the history
This reverts commit 5584f70.
  • Loading branch information
andymck committed Dec 8, 2023
1 parent 5584f70 commit bed6941
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,10 @@ message subscriber_reward {
uint64 discovery_location_amount = 2;
}

enum service_provider {
service_provider_helium_mobile = 0;
}

message service_provider_reward {
// rewardable entity id of the service provider to which the reward will be
// credited
service_provider service_provider_id = 1;
string service_provider_id = 1;
/// Amount in bones rewarded
uint64 amount = 2;
}
Expand Down

0 comments on commit bed6941

Please sign in to comment.