fix: Switch Permissioned Domain to Supported::yes (#5287)

Switch Permissioned Domain feature's supported flag from Supported::no to Supported::yes for it to be votable.
This commit is contained in:
Olek
2025-02-15 10:08:25 -05:00
committed by GitHub
parent 466849efe8
commit 43e1d4440e
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
XRPL_FIX (InvalidTxFlags, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FIX (FrozenLPTokenTransfer, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(DeepFreeze, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(PermissionedDomains, Supported::no, VoteBehavior::DefaultNo)
XRPL_FEATURE(PermissionedDomains, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(DynamicNFT, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(Credentials, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(AMMClawback, Supported::yes, VoteBehavior::DefaultNo)