mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-19 11:12:29 +00:00
Rename transaction flag from lsfSellNFToken to tfSellNFToken
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user