Skip to content

Commit 939951f

Browse files
fix features.macro
1 parent c1a7b84 commit 939951f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

include/xrpl/protocol/detail/features.macro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515

1616
// Add new amendments to the top of this list.
1717
// Keep it sorted in reverse chronological order.
18-
19-
XRPL_FEATURE(ConfidentialTransfer, Supported::yes, VoteBehavior::DefaultNo)
18+
XRPL_FEATURE(ConfidentialTransfer, Supported::yes, VoteBehavior::DefaultNo)
19+
XRPL_FIX (PermissionedDomainInvariant, Supported::yes, VoteBehavior::DefaultNo)
20+
XRPL_FIX (ExpiredNFTokenOfferRemoval, Supported::yes, VoteBehavior::DefaultNo)
21+
XRPL_FIX (BatchInnerSigs, Supported::yes, VoteBehavior::DefaultNo)
22+
XRPL_FEATURE(LendingProtocol, Supported::yes, VoteBehavior::DefaultNo)
2023
XRPL_FEATURE(PermissionDelegationV1_1, Supported::no, VoteBehavior::DefaultNo)
2124
XRPL_FIX (DirectoryLimit, Supported::yes, VoteBehavior::DefaultNo)
2225
XRPL_FIX (IncludeKeyletFields, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)