Skip to content

Commit c1a7b84

Browse files
shawnxie999PeterChen13579
authored andcommitted
fix to lower case
1 parent c2f8b91 commit c1a7b84

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

include/xrpl/protocol/detail/features.macro

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

1616
// Add new amendments to the top of this list.
1717
// Keep it sorted in reverse chronological order.
18-
XRPL_FEATURE(ConfidentialTransfer, Supported::no, 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)
18+
19+
XRPL_FEATURE(ConfidentialTransfer, Supported::yes, VoteBehavior::DefaultNo)
2320
XRPL_FEATURE(PermissionDelegationV1_1, Supported::no, VoteBehavior::DefaultNo)
2421
XRPL_FIX (DirectoryLimit, Supported::yes, VoteBehavior::DefaultNo)
2522
XRPL_FIX (IncludeKeyletFields, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)