Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Nov 3, 2023
1 parent 5387d3f commit 3ba1e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ message data_transfer_session_req_v1 {
/// it is securely created and signed by hotspot
data_transfer_event data_transfer_usage = 1;
/// this decision is done by OCS like system
bool reward_cancelled = 2 [deprecated = true];
bool reward_cancelled = 2 [ deprecated = true ];
/// Online Charging System is part of teleco stack which is able
/// to make a decision about data transfer and reward
bytes pub_key = 3;
Expand Down

0 comments on commit 3ba1e1f

Please sign in to comment.