Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Dec 11, 2023
1 parent 08c9dcc commit ae36fdb
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 @@ -82,7 +82,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 @@ -92,6 +92,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 @@ -209,7 +210,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 ae36fdb

Please sign in to comment.