From ac741b5c1212559b058ce3528ee379c5bede5fd5 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Tue, 23 Aug 2022 07:44:46 +0000 Subject: [PATCH] Change the contributor suggested (default) voting for three amendments: NonFungibleTokensV1_1 (XLS20), ExpandedSignerList, and CheckCashMakesTrustLine from no to yes. --- src/ripple/protocol/impl/Feature.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ripple/protocol/impl/Feature.cpp b/src/ripple/protocol/impl/Feature.cpp index 4060067e30a..e51cff0e3b1 100644 --- a/src/ripple/protocol/impl/Feature.cpp +++ b/src/ripple/protocol/impl/Feature.cpp @@ -436,12 +436,12 @@ REGISTER_FEATURE(TicketBatch, Supported::yes, DefaultVote::yes REGISTER_FEATURE(FlowSortStrands, Supported::yes, DefaultVote::yes); REGISTER_FIX (fixSTAmountCanonicalize, Supported::yes, DefaultVote::yes); REGISTER_FIX (fixRmSmallIncreasedQOffers, Supported::yes, DefaultVote::yes); -REGISTER_FEATURE(CheckCashMakesTrustLine, Supported::yes, DefaultVote::no); +REGISTER_FEATURE(CheckCashMakesTrustLine, Supported::yes, DefaultVote::yes); REGISTER_FEATURE(NonFungibleTokensV1, Supported::yes, DefaultVote::no); -REGISTER_FEATURE(ExpandedSignerList, Supported::yes, DefaultVote::no); +REGISTER_FEATURE(ExpandedSignerList, Supported::yes, DefaultVote::yes); REGISTER_FIX (fixNFTokenDirV1, Supported::yes, DefaultVote::no); REGISTER_FIX (fixNFTokenNegOffer, Supported::yes, DefaultVote::no); -REGISTER_FEATURE(NonFungibleTokensV1_1, Supported::yes, DefaultVote::no); +REGISTER_FEATURE(NonFungibleTokensV1_1, Supported::yes, DefaultVote::yes); // The following amendments have been active for at least two years. Their // pre-amendment code has been removed and the identifiers are deprecated.