From a9d1f2aa69f17ead9504dfb28a1e85b1e9d0d15d Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 20 Feb 2026 04:47:11 +0900 Subject: [PATCH] `Supported::No` for `featureXChainBridge` --- include/xrpl/protocol/detail/features.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/detail/features.macro b/include/xrpl/protocol/detail/features.macro index 1680e31c4..01c550fcc 100644 --- a/include/xrpl/protocol/detail/features.macro +++ b/include/xrpl/protocol/detail/features.macro @@ -48,7 +48,7 @@ XRPL_FIX (NFTokenReserve, Supported::yes, VoteBehavior::DefaultNo XRPL_FIX (FillOrKill, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(DID, Supported::yes, VoteBehavior::DefaultNo) XRPL_FIX (DisallowIncomingV1, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FEATURE(XChainBridge, Supported::yes, VoteBehavior::DefaultNo) +XRPL_FEATURE(XChainBridge, Supported::no, VoteBehavior::DefaultNo) XRPL_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo) XRPL_FIX (ReducedOffersV1, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(HooksUpdate2, Supported::yes, VoteBehavior::DefaultNo);