Skip to content

Commit 0fd2f71

Browse files
authored
switch fixIncludeKeyletFields to Supported::yes (#5819)
1 parent 807462b commit 0fd2f71

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_FIX (IncludeKeyletFields, Supported::no, VoteBehavior::DefaultNo)
35+
XRPL_FIX (IncludeKeyletFields, Supported::yes, VoteBehavior::DefaultNo)
3636
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
3737
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)
3838
XRPL_FIX (DelegateV1_1, Supported::no, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)