Skip to content

Commit

Permalink
Update rpc name
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 18, 2024
1 parent 0020fca commit a6031a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ service poc_mobile {
rpc submit_sp_boosted_rewards_banned_radio(
service_provider_boosted_rewards_banned_radio_req_v1)
returns (service_provider_boosted_rewards_banned_radio_resp_v1);
rpc submit_subscriber_mapping_event(verified_subscriber_mapping_event_req_v1)
rpc submit_verified_subscriber_mapping_event(
verified_subscriber_mapping_event_req_v1)
returns (verified_subscriber_mapping_event_res_v1);
}

Expand Down

0 comments on commit a6031a5

Please sign in to comment.