From 5815a570561eb5390372943383ba9e1f9937b6c0 Mon Sep 17 00:00:00 2001 From: tequ Date: Tue, 5 Dec 2023 23:35:21 +0900 Subject: [PATCH] Update Feature.h --- src/ripple/protocol/Feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/Feature.h b/src/ripple/protocol/Feature.h index 6b87f8df931..b635af67031 100644 --- a/src/ripple/protocol/Feature.h +++ b/src/ripple/protocol/Feature.h @@ -343,7 +343,6 @@ extern uint256 const featureImmediateOfferKilled; extern uint256 const featureDisallowIncoming; extern uint256 const featureXRPFees; extern uint256 const featureAMM; -extern uint256 const featureNFTokenMintOffer; extern uint256 const fixUniversalNumber; extern uint256 const fixNonFungibleTokensV1_2; extern uint256 const fixNFTokenRemint; @@ -353,6 +352,7 @@ extern uint256 const featureXChainBridge; extern uint256 const fixDisallowIncomingV1; extern uint256 const featureDID; extern uint256 const fixFillOrKill; +extern uint256 const featureNFTokenMintOffer; } // namespace ripple