diff --git a/src/reward_manifest.proto b/src/reward_manifest.proto index 48305222..150606d4 100644 --- a/src/reward_manifest.proto +++ b/src/reward_manifest.proto @@ -12,7 +12,8 @@ message mobile_reward_data { message service_provider_allocation { bytes pub_key = 1; - // The percentage of the SP rewards that are allocated to the incentive fun, in basis points + // The percentage of the SP rewards that are allocated to the incentive fun, + // in basis points uint32 incentive_escrow_fund_bps = 2; } diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index 8f43b673..57f5d684 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -342,8 +342,7 @@ service poc_mobile { rpc submit_subscriber_verified_mapping_event( subscriber_verified_mapping_event_req_v1) returns (subscriber_verified_mapping_event_res_v1); - rpc submit_promotion_reward( - promotion_reward_req_v1) + rpc submit_promotion_reward(promotion_reward_req_v1) returns (promotion_reward_resp_v1); }