Skip to content

Commit

Permalink
soft revert of service provider allocations
Browse files Browse the repository at this point in the history
- do not write them to rewards manifest or mobile rewards until flow is finalized
  • Loading branch information
michaeldjeffrey committed Oct 8, 2024
1 parent 197ff9c commit 151c7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "service_provider.proto";
message mobile_reward_data {
Decimal poc_bones_per_reward_share = 1;
Decimal boosted_poc_bones_per_reward_share = 2;
repeated service_provider_allocation sp_allocations = 3;
// repeated service_provider_allocation sp_allocations = 3;
}

message service_provider_allocation {
Expand Down
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ message mobile_reward_share {
service_provider_reward service_provider_reward = 6;
unallocated_reward unallocated_reward = 7;
radio_reward_v2 radio_reward_v2 = 8;
promotion_reward promotion_reward = 9;
// promotion_reward promotion_reward = 9;
}
}

Expand Down

0 comments on commit 151c7fd

Please sign in to comment.