Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 2, 2024
1 parent 41b70f4 commit f4c0698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ message entity_verify_res_v1 {
}

message carrier_key_to_entity_req_v1 {
// helium pubkey binary of the carrier
// string representation of the helium pubkey of the carrier
string pubkey = 1;
// pubkey binary of the requestor signing keypair
bytes signer = 2;
Expand All @@ -104,6 +104,7 @@ message carrier_key_to_entity_req_v1 {
message carrier_key_to_entity_res_v1 {
// unix epoch timestamp in seconds
uint64 timestamp = 1;
// string representing the entity key
string entity_key = 2;
// pubkey binary of the requestor signing keypair
bytes signer = 3;
Expand Down Expand Up @@ -230,7 +231,7 @@ service entity {
}

service carrier_service {
// Retrieve an entity key for a specified helium pubkey
// Retrieve an entity key for the specified helium pubkey
rpc key_to_entity(carrier_key_to_entity_req_v1)
returns (carrier_key_to_entity_res_v1);
}
Expand Down

0 comments on commit f4c0698

Please sign in to comment.