From 463b3043cb6eb4e5c8c2d423af18c79ff171bcb7 Mon Sep 17 00:00:00 2001 From: Swirlds Automation Date: Wed, 5 Feb 2025 10:13:27 +0000 Subject: [PATCH] chore: update HederaResponseContract.sol with the latest protobufs Signed-off-by: Swirlds Automation --- contracts/system-contracts/HederaResponseCodes.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/system-contracts/HederaResponseCodes.sol b/contracts/system-contracts/HederaResponseCodes.sol index a3da3259c..bc9134ec4 100644 --- a/contracts/system-contracts/HederaResponseCodes.sol +++ b/contracts/system-contracts/HederaResponseCodes.sol @@ -1041,4 +1041,7 @@ library HederaResponseCodes { // The provided max custom fee list contains fees with duplicate account id. int32 internal constant DUPLICATE_ACCOUNT_ID_IN_MAX_CUSTOM_FEE_LIST = 386; + // Max custom fees list is not supported for this operation. + int32 internal constant MAX_CUSTOM_FEES_IS_NOT_SUPPORTED = 387; + }