Align `FullTreeHead` proto with KT's

This commit is contained in:
Katherine Yen 2024-11-04 17:58:06 -05:00 committed by Jon Chambers
parent bbb6d448db
commit 00ca58ec13
1 changed files with 5 additions and 5 deletions

View File

@ -182,14 +182,14 @@ message FullTreeHead {
* A representation of the log tree's current state signed by the key transparency service. * A representation of the log tree's current state signed by the key transparency service.
*/ */
TreeHead tree_head = 1; TreeHead tree_head = 1;
/**
* A consistency proof between the current tree size and the requested distinguished tree size.
*/
repeated bytes distinguished = 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 tree size.
*/ */
repeated bytes consistency = 3; repeated bytes last = 2;
/**
* A consistency proof between the current tree size and the requested distinguished tree size.
*/
repeated bytes distinguished = 3;
/** /**
* A tree head signed by a third-party auditor. * A tree head signed by a third-party auditor.
*/ */