From 51aae2ce366e953445ab4ab5abbfbc791c120d51 Mon Sep 17 00:00:00 2001 From: tequ Date: Mon, 30 Jun 2025 17:15:46 +0900 Subject: [PATCH] fix to `DefaultNo` for `featureDeletableAccounts` --- include/xrpl/protocol/detail/features.macro | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/xrpl/protocol/detail/features.macro b/include/xrpl/protocol/detail/features.macro index 608350eee..e9884308e 100644 --- a/include/xrpl/protocol/detail/features.macro +++ b/include/xrpl/protocol/detail/features.macro @@ -59,22 +59,22 @@ XRPL_FEATURE(XChainBridge, Supported::yes, VoteBehavior::DefaultNo XRPL_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(Clawback, Supported::yes, VoteBehavior::DefaultNo) XRPL_FIX (ReducedOffersV1, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FIX (RewardClaimFlags, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (RewardClaimFlags, Supported::yes, VoteBehavior::DefaultYes) XRPL_FEATURE(HookCanEmit, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FIX (20250131, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (XahauV3, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (ReduceImport, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (20250131, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (XahauV3, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (ReduceImport, Supported::yes, VoteBehavior::DefaultYes) XRPL_FEATURE(Touch, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(Remarks, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FIX (FloatDivide, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (240911, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (PageCap, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (240819, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FIX (NSDelete, Supported::yes, VoteBehavior::DefaultNo) +XRPL_FIX (FloatDivide, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (240911, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (PageCap, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (240819, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FIX (NSDelete, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(ZeroB2M, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(Remit, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FIX (XahauV2, Supported::yes, VoteBehavior::DefaultNo) -XRPL_FIX (XahauV1, Supported::yes, VoteBehavior::DefaultNo) +XRPL_FIX (XahauV2, Supported::yes, VoteBehavior::DefaultNo) +XRPL_FIX (XahauV1, Supported::yes, VoteBehavior::DefaultNo) XRPL_FEATURE(HooksUpdate1, Supported::yes, VoteBehavior::DefaultYes) XRPL_FEATURE(XahauGenesis, Supported::yes, VoteBehavior::DefaultYes) XRPL_FEATURE(Import, Supported::yes, VoteBehavior::DefaultYes) @@ -105,7 +105,7 @@ XRPL_FIX (1781, Supported::yes, VoteBehavior::DefaultYe XRPL_FEATURE(RequireFullyCanonicalSig, Supported::yes, VoteBehavior::DefaultYes) // fixQualityUpperBound should be activated before FlowCross XRPL_FIX (QualityUpperBound, Supported::yes, VoteBehavior::DefaultYes) -XRPL_FEATURE(DeletableAccounts, Supported::yes, VoteBehavior::DefaultYes) +XRPL_FEATURE(DeletableAccounts, Supported::yes, VoteBehavior::DefaultNo) XRPL_FIX (PayChanRecipientOwnerDir, Supported::yes, VoteBehavior::DefaultYes) XRPL_FIX (CheckThreading, Supported::yes, VoteBehavior::DefaultYes) XRPL_FIX (MasterKeyAsRegularKey, Supported::yes, VoteBehavior::DefaultYes)