Align `FullTreeHead` proto with KT's
This commit is contained in:
parent
bbb6d448db
commit
00ca58ec13
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue