Align KeyTransparencySearchResponse with distinguished counterpart and update DistinguishedResponse field names

This commit is contained in:
Katherine
2024-10-29 15:55:45 -04:00
committed by GitHub
parent f3b22e04e8
commit d335b7a033
5 changed files with 8 additions and 32 deletions

View File

@@ -152,11 +152,11 @@ message DistinguishedResponse {
* A signed representation of the log tree's current state along with some
* additional information necessary for validation such as a consistency proof and an auditor-signed tree head.
*/
FullTreeHead full_tree_head = 1;
FullTreeHead tree_head = 1;
/**
* This search response is always provided.
*/
TreeSearchResponse distinguished_response = 2;
TreeSearchResponse distinguished = 2;
}
message TreeSearchResponse {