From e4a6aecc18bd6e6f983edcd577d4c6f3377e68a8 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 18 Mar 2025 14:55:50 +0700 Subject: [PATCH] Bump numFeatures --- src/ripple/protocol/Feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/Feature.h b/src/ripple/protocol/Feature.h index 8322546c7..562f36e83 100644 --- a/src/ripple/protocol/Feature.h +++ b/src/ripple/protocol/Feature.h @@ -74,7 +74,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 = 78; +static constexpr std::size_t numFeatures = 79; /** Amendments that this server supports and the default voting behavior. Whether they are enabled depends on the Rules defined in the validated