From f5e4db5a58a7529a9904918fab11dea2f2a916b8 Mon Sep 17 00:00:00 2001 From: Miroslav Gatsanoga Date: Thu, 27 Jun 2024 21:45:38 +0300 Subject: [PATCH] HIP 904 proto updates for token reject (#367) * feat: add token reject transaction (#351) Signed-off-by: Miroslav Gatsanoga * feat: add TokenRejectTransactionBody to transaction_body proto (#354) Signed-off-by: Valentin Valkanov * feat: maxAutoAssociations updates for contract transactions (#359) Signed-off-by: Miroslav Gatsanoga * chore: add status code tokenreject Signed-off-by: Valentin Valkanov * chore: add empty-reference status code tokenreject Signed-off-by: Valentin Valkanov --------- Signed-off-by: Miroslav Gatsanoga Signed-off-by: Valentin Valkanov Signed-off-by: Valentin Valkanov Co-authored-by: Valentin Valkanov Co-authored-by: Valentin Valkanov --- services/response_code.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/response_code.proto b/services/response_code.proto index 232d180f..08d0ecff 100644 --- a/services/response_code.proto +++ b/services/response_code.proto @@ -1505,10 +1505,10 @@ enum ResponseCodeEnum { */ INVALID_OWNER_ID = 354; - /** - * The transaction attempted to use more than the allowed number of `TokenReference`. - */ - TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED = 355; + /** + * The transaction attempted to use more than the allowed number of `TokenReference`. + */ + TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED = 355; /** * The number of service endpoints exceeds the limit