From 151c7fd3f7bd5d1b7ba9954a0c8c5b54b8438f5d Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Mon, 7 Oct 2024 17:46:08 -0700 Subject: [PATCH] soft revert of service provider allocations - do not write them to rewards manifest or mobile rewards until flow is finalized --- src/reward_manifest.proto | 2 +- src/service/poc_mobile.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reward_manifest.proto b/src/reward_manifest.proto index 21003b4c..fdab8cb6 100644 --- a/src/reward_manifest.proto +++ b/src/reward_manifest.proto @@ -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 { diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index 16f97de2..d1fdf8f6 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -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; } }