We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 719ba39 + 0c6ccb3 commit e96c8ccCopy full SHA for e96c8cc
include/xrpl/protocol/detail/features.macro
@@ -16,7 +16,7 @@
16
// Add new amendments to the top of this list.
17
// Keep it sorted in reverse chronological order.
18
19
-XRPL_FEATURE(SmartEscrow, Supported::no, VoteBehavior::DefaultNo)
+XRPL_FEATURE(SmartEscrow, 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)
0 commit comments