Align `UpdateValue` proto with the KT service's definition

This commit is contained in:
Katherine 2025-02-21 12:00:33 -08:00 committed by GitHub
parent 68e2c511b7
commit 093ac6fb16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -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 {