Supported::No for featureDID

This commit is contained in:
tequ
2025-07-01 15:09:00 +09:00
parent 9229ed779f
commit 72b85d75c9
5 changed files with 7 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ XRPL_FEATURE(PriceOracle, Supported::yes, VoteBehavior::DefaultNo
XRPL_FIX (InnerObjTemplate, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FIX (NFTokenReserve, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FIX (FillOrKill, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(DID, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(DID, Supported::no, VoteBehavior::DefaultNo)
XRPL_FIX (DisallowIncomingV1, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(XChainBridge, Supported::no, VoteBehavior::DefaultNo)
XRPL_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo)