Skip to content

Commit

Permalink
Change default vote on fixUniversalNumber from yes to no (XRPLF#4414)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardHinnant authored and mvadari committed Feb 14, 2023
1 parent b100d75 commit 6513fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/Feature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ REGISTER_FIX (fixRemoveNFTokenAutoTrustLine, Supported::yes, DefaultVote::yes
REGISTER_FEATURE(ImmediateOfferKilled, Supported::yes, DefaultVote::no);
REGISTER_FEATURE(DisallowIncoming, Supported::yes, DefaultVote::no);
REGISTER_FEATURE(XRPFees, Supported::yes, DefaultVote::no);
REGISTER_FIX (fixUniversalNumber, Supported::yes, DefaultVote::yes);
REGISTER_FIX (fixUniversalNumber, Supported::yes, DefaultVote::no);

// The following amendments have been active for at least two years. Their
// pre-amendment code has been removed and the identifiers are deprecated.
Expand Down

0 comments on commit 6513fb9

Please sign in to comment.