Skip to content

Commit eedba2f

Browse files
committed
Mark SmartEscrow as Supported::yes
1 parent 85bff20 commit eedba2f

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
@@ -32,7 +32,7 @@
3232
// If you add an amendment here, then do not forget to increment `numFeatures`
3333
// in include/xrpl/protocol/Feature.h.
3434

35-
XRPL_FEATURE(SmartEscrow, Supported::no, VoteBehavior::DefaultNo)
35+
XRPL_FEATURE(SmartEscrow, Supported::yes, VoteBehavior::DefaultNo)
3636
XRPL_FIX (IncludeKeyletFields, Supported::no, VoteBehavior::DefaultNo)
3737
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
3838
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)