diff --git a/service/src/main/proto/KeyTransparencyService.proto b/service/src/main/proto/KeyTransparencyService.proto index 55423baca..6cf7c14a8 100644 --- a/service/src/main/proto/KeyTransparencyService.proto +++ b/service/src/main/proto/KeyTransparencyService.proto @@ -191,9 +191,9 @@ message FullTreeHead { */ 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; } /**