mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 06:08:02 +01:00
Align KeyTransparencySearchResponse with distinguished counterpart and update DistinguishedResponse field names
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user