From c065bc49385a16903a1564e5bc64ee16b643a5d1 Mon Sep 17 00:00:00 2001 From: tequ Date: Sat, 28 Jun 2025 21:35:44 +0900 Subject: [PATCH] Reduce `numFeatures` for DID Amendments combine --- include/xrpl/protocol/Feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/Feature.h b/include/xrpl/protocol/Feature.h index 823bc03a2..83ca2538b 100644 --- a/include/xrpl/protocol/Feature.h +++ b/include/xrpl/protocol/Feature.h @@ -80,7 +80,7 @@ namespace detail { // Feature.cpp. Because it's only used to reserve storage, and determine how // large to make the FeatureBitset, it MAY be larger. It MUST NOT be less than // the actual number of amendments. A LogicError on startup will verify this. -static constexpr std::size_t numFeatures = 110; +static constexpr std::size_t numFeatures = 109; /** Amendments that this server supports and the default voting behavior. Whether they are enabled depends on the Rules defined in the validated