Skip to content

Commit

Permalink
use service_provider as key in reward_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Sep 30, 2024
1 parent 734bd1e commit effd56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package helium;

import "decimal.proto";
import "service_provider.proto";

message mobile_reward_data {
Decimal poc_bones_per_reward_share = 1;
Expand All @@ -11,7 +12,7 @@ message mobile_reward_data {
}

message service_provider_allocation {
bytes pub_key = 1;
service_provider service_provider = 1;
// The percentage of the SP rewards that are allocated to the incentive fun,
// in basis points
uint32 incentive_escrow_fund_bps = 2;
Expand Down

0 comments on commit effd56a

Please sign in to comment.