From abb296b36a9e2674c8f610b1618f9150aeb218ed Mon Sep 17 00:00:00 2001 From: Thomas Moran <152873392+thomas-swirlds-labs@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:47:29 +0000 Subject: [PATCH] fix: Revert HIP-796 Protobuf changes (cherry-pick 0.57) (#17028) Signed-off-by: Thomas Moran <152873392+thomas-swirlds-labs@users.noreply.github.com> --- .../services/token_get_info.proto | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/hapi/hedera-protobufs/services/token_get_info.proto b/hapi/hedera-protobufs/services/token_get_info.proto index 2845911414be..454c93434732 100644 --- a/hapi/hedera-protobufs/services/token_get_info.proto +++ b/hapi/hedera-protobufs/services/token_get_info.proto @@ -209,36 +209,6 @@ message TokenInfo { * (token definition and individual NFTs). */ Key metadata_key = 28; - - /** - * A function-specific account key.
- * This key authorizes transactions to lock tokens in an account or account - * partition. - *

- * The key SHALL be used to authorize the locking and unlocking of tokens, - * or the transfer of locked tokens on balances held by the user - * on their account, or on the partition in their account. - */ - Key lock_key = 29; - - /** - * A function-specific account key.
- * This key authorizes transactions to partition fungible tokens and NFTs - * held by an account. - *

- * This key SHALL be used to authorize the creation, deletion, or updating - * of partition definitions owned by the token definition. - */ - Key partition_key = 30; - - /** - * A function-specific account key.
- * This key authorizes transactions to move tokens between partitions. - *

- * This key SHALL be used to authorize the movement of tokens between - * partitions. - */ - Key partition_move_key = 31; } /**