Rename transaction flag from lsfSellNFToken to tfSellNFToken

This commit is contained in:
Mayukha Vadari
2026-03-17 17:16:31 -04:00
committed by GitHub
parent 0ac29b0bc8
commit dfd13278a7

View File

@@ -95,7 +95,7 @@ tokenOfferCreatePreflight(
std::uint16_t nftFlags,
Rules const& rules,
std::optional<AccountID> const& owner = std::nullopt,
std::uint32_t txFlags = lsfSellNFToken);
std::uint32_t txFlags = tfSellNFToken);
/** Preclaim checks shared by NFTokenCreateOffer and NFTokenMint */
TER