Skip to content

Commit

Permalink
Align FullTreeHead proto with KT's
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine-signal authored and jon-signal committed Nov 5, 2024
1 parent bbb6d44 commit 00ca58e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/src/main/proto/KeyTransparencyService.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ message FullTreeHead {
*/
TreeHead tree_head = 1;
/**
* A consistency proof between the current tree size and the requested distinguished tree size.
* A consistency proof between the current tree size and the requested tree size.
*/
repeated bytes distinguished = 2;
repeated bytes last = 2;
/**
* A consistency proof between the current tree size and the requested tree size.
* A consistency proof between the current tree size and the requested distinguished tree size.
*/
repeated bytes consistency = 3;
repeated bytes distinguished = 3;
/**
* A tree head signed by a third-party auditor.
*/
Expand Down

0 comments on commit 00ca58e

Please sign in to comment.