From 093ac6fb1601ebd6bbd220aa98e2a81524e61ea3 Mon Sep 17 00:00:00 2001 From: Katherine Date: Fri, 21 Feb 2025 12:00:33 -0800 Subject: [PATCH] Align `UpdateValue` proto with the KT service's definition --- service/src/main/proto/KeyTransparencyService.proto | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/service/src/main/proto/KeyTransparencyService.proto b/service/src/main/proto/KeyTransparencyService.proto index 3ce17aa9e..002522517 100644 --- a/service/src/main/proto/KeyTransparencyService.proto +++ b/service/src/main/proto/KeyTransparencyService.proto @@ -265,13 +265,9 @@ message SearchProof { message UpdateValue { /** - * TODO: Update KT server to remove this field since it's only relevant to third-party management and we're not doing that. + * The new mapped value for an identifier or the "distinguished" key. */ - // optional bytes signature = 1; - /** - * The new value for a identifier. - */ - bytes value = 2; + bytes value = 1; } message PrefixSearchResult {