Skip to content

Commit

Permalink
Update NFToken_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev authored Dec 5, 2023
1 parent 5815a57 commit f9e4cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/app/NFToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6917,7 +6917,7 @@ class NFToken0_test : public beast::unit_test::suite
static FeatureBitset const all{supported_amendments()};
static FeatureBitset const fixNFTDir{fixNFTokenDirV1};

static std::array<FeatureBitset, 5> const feats{
static std::array<FeatureBitset, 6> const feats{
all - fixNFTDir - fixNonFungibleTokensV1_2 - fixNFTokenRemint -
featureNFTokenMintOffer,
all - disallowIncoming - fixNonFungibleTokensV1_2 -
Expand Down

0 comments on commit f9e4cda

Please sign in to comment.