From 93fb0daa1040ea5b90b9c55a13c2fde2d2571f02 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Mon, 27 Feb 2023 11:42:12 -0800 Subject: [PATCH] NFTokenAcceptOffer: use emoji consistently --- .../transactions/transaction-types/nftokenacceptoffer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md index 80c7daa272..859518754a 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md @@ -44,8 +44,8 @@ The mode in which the transaction operates depends on the presence of the `NFTok | `NFTokenSellOffer` | `NFTokenBuyOffer` | Mode | |:-------------------|:------------------|:---------| | ✔️ | ✔️ | Brokered | -| ✔️ | × | Direct | -| × | ✔️ | Direct | +| ✔️ | ❌ | Direct | +| ❌ | ✔️ | Direct | If neither of those fields is specified, the transaction is malformed and produces a `tem` class error.