We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8ad6 commit e8fbd22Copy full SHA for e8fbd22
include/xrpl/protocol/detail/features.macro
@@ -29,9 +29,8 @@
29
30
// Add new amendments to the top of this list.
31
// Keep it sorted in reverse chronological order.
32
-// If you add an amendment here, then do not forget to increment `numFeatures`
33
-// in include/xrpl/protocol/Feature.h.
34
+XRPL_FEATURE(LendingProtocol, Supported::yes, VoteBehavior::DefaultNo)
35
XRPL_FEATURE(SingleAssetVault, Supported::yes, VoteBehavior::DefaultNo)
36
// Check flags in Credential transactions
37
XRPL_FIX (InvalidTxFlags, Supported::yes, VoteBehavior::DefaultNo)
0 commit comments