Skip to content

Commit 2ae65d2

Browse files
committed
Mark PermissionDelegation as unsupported
1 parent 8d01f35 commit 2ae65d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xrpl/protocol/detail/features.macro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ XRPL_FIX (AMMv1_3, Supported::yes, VoteBehavior::DefaultNo
4141
XRPL_FEATURE(PermissionedDEX, Supported::yes, VoteBehavior::DefaultNo)
4242
XRPL_FEATURE(Batch, Supported::yes, VoteBehavior::DefaultNo)
4343
XRPL_FEATURE(SingleAssetVault, Supported::no, VoteBehavior::DefaultNo)
44-
XRPL_FEATURE(PermissionDelegation, Supported::yes, VoteBehavior::DefaultNo)
44+
XRPL_FEATURE(PermissionDelegation, Supported::no, VoteBehavior::DefaultNo)
4545
XRPL_FIX (PayChanCancelAfter, Supported::yes, VoteBehavior::DefaultNo)
4646
// Check flags in Credential transactions
4747
XRPL_FIX (InvalidTxFlags, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)