From 8d79488844b57a05e9d2eb82d34c84b2e9c45157 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Fri, 17 Apr 2026 16:45:56 -0400 Subject: [PATCH] AI review feedback: mark header function as inline --- include/xrpl/protocol/Rules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/Rules.h b/include/xrpl/protocol/Rules.h index 767a63be06..4b2631cdd8 100644 --- a/include/xrpl/protocol/Rules.h +++ b/include/xrpl/protocol/Rules.h @@ -23,7 +23,7 @@ isFeatureEnabled(uint256 const& feature, bool resultIfNoRules); * Returns false if no global Rules object is available. i.e. Outside of * a Transactor context */ -bool +inline bool isFeatureEnabled(uint256 const& feature) { return isFeatureEnabled(feature, false);