Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant authored and macpie committed Sep 5, 2024
1 parent f4f77a1 commit 358984e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
3 changes: 1 addition & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 358984e

Please sign in to comment.