refactor: Retire NegativeUNL amendment (#6033)

Amendments activated for more than 2 years can be retired. This change retires the NegativeUNL amendment.
This commit is contained in:
Jingchen
2025-11-17 14:02:10 +00:00
committed by GitHub
parent 13a12c6402
commit 2c187461cc
7 changed files with 9 additions and 60 deletions

View File

@@ -124,7 +124,8 @@ class Feature_test : public beast::unit_test::suite
featureToName(fixRemoveNFTokenAutoTrustLine) ==
"fixRemoveNFTokenAutoTrustLine");
BEAST_EXPECT(featureToName(featureFlow) == "Flow");
BEAST_EXPECT(featureToName(featureNegativeUNL) == "NegativeUNL");
BEAST_EXPECT(
featureToName(featureDeletableAccounts) == "DeletableAccounts");
BEAST_EXPECT(
featureToName(fixIncludeKeyletFields) == "fixIncludeKeyletFields");
BEAST_EXPECT(featureToName(featureTokenEscrow) == "TokenEscrow");