From 029fa435ee9911cc5593f9b6dbd0becaa7219a40 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 20 May 2026 14:21:56 -0400 Subject: [PATCH] fix issues --- include/xrpl/protocol_autogen/transactions/SetFee.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/xrpl/protocol_autogen/transactions/SetFee.h b/include/xrpl/protocol_autogen/transactions/SetFee.h index fb4b91e461..801f221e2e 100644 --- a/include/xrpl/protocol_autogen/transactions/SetFee.h +++ b/include/xrpl/protocol_autogen/transactions/SetFee.h @@ -256,7 +256,7 @@ public: } /** - * @brief Get sfExtensionComputeLimit (soeOPTIONAL) + * @brief Get sfExtensionComputeLimit (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -282,7 +282,7 @@ public: } /** - * @brief Get sfExtensionSizeLimit (soeOPTIONAL) + * @brief Get sfExtensionSizeLimit (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -308,7 +308,7 @@ public: } /** - * @brief Get sfGasPrice (soeOPTIONAL) + * @brief Get sfGasPrice (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -463,7 +463,7 @@ public: } /** - * @brief Set sfExtensionComputeLimit (soeOPTIONAL) + * @brief Set sfExtensionComputeLimit (SoeOptional) * @return Reference to this builder for method chaining. */ SetFeeBuilder& @@ -474,7 +474,7 @@ public: } /** - * @brief Set sfExtensionSizeLimit (soeOPTIONAL) + * @brief Set sfExtensionSizeLimit (SoeOptional) * @return Reference to this builder for method chaining. */ SetFeeBuilder& @@ -485,7 +485,7 @@ public: } /** - * @brief Set sfGasPrice (soeOPTIONAL) + * @brief Set sfGasPrice (SoeOptional) * @return Reference to this builder for method chaining. */ SetFeeBuilder&