We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixIncludeKeyletFields
Supported::yes
1 parent 807462b commit 0fd2f71Copy full SHA for 0fd2f71
include/xrpl/protocol/detail/features.macro
@@ -32,7 +32,7 @@
32
// If you add an amendment here, then do not forget to increment `numFeatures`
33
// in include/xrpl/protocol/Feature.h.
34
35
-XRPL_FIX (IncludeKeyletFields, Supported::no, VoteBehavior::DefaultNo)
+XRPL_FIX (IncludeKeyletFields, Supported::yes, VoteBehavior::DefaultNo)
36
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
37
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)
38
XRPL_FIX (DelegateV1_1, Supported::no, VoteBehavior::DefaultNo)
0 commit comments