Skip to content

Commit e8fbd22

Browse files
committed
Add the LendingProtocol amendment
1 parent 42e8ad6 commit e8fbd22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/xrpl/protocol/detail/features.macro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929

3030
// Add new amendments to the top of this list.
3131
// 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.
3432

33+
XRPL_FEATURE(LendingProtocol, Supported::yes, VoteBehavior::DefaultNo)
3534
XRPL_FEATURE(SingleAssetVault, Supported::yes, VoteBehavior::DefaultNo)
3635
// Check flags in Credential transactions
3736
XRPL_FIX (InvalidTxFlags, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)