Update `FullTreeHead` to use `FullAuditorTreeHead`

This commit is contained in:
Katherine 2025-05-05 10:44:57 -07:00 committed by GitHub
parent d316c72beb
commit 7cf89764e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -191,9 +191,9 @@ message FullTreeHead {
*/ */
repeated bytes distinguished = 3; repeated bytes distinguished = 3;
/** /**
* A tree head signed by a third-party auditor. * A list of tree heads signed by third-party auditors.
*/ */
optional AuditorTreeHead auditor_tree_head = 4; repeated FullAuditorTreeHead full_auditor_tree_heads = 4;
} }
/** /**