Supported::No for featureXChainBridge

This commit is contained in:
tequ
2026-02-20 04:47:11 +09:00
parent 3540148941
commit a9d1f2aa69

View File

@@ -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);