From 256c50dc42bb1809bed31353ce56a2ff511031dc Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Tue, 14 Feb 2023 09:28:10 -0800 Subject: [PATCH] Update content/concepts/tokens/nftoken-auctions.md Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com> --- content/concepts/tokens/nftoken-auctions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/tokens/nftoken-auctions.md b/content/concepts/tokens/nftoken-auctions.md index 44fe5c7351..277eefb4d8 100644 --- a/content/concepts/tokens/nftoken-auctions.md +++ b/content/concepts/tokens/nftoken-auctions.md @@ -20,7 +20,7 @@ Run the auction in brokered mode, as an auction with a reserve. ![Auction in Brokered Mode with a Reserve](img/nft-auction1.png "Auction in Brokered Mode with a Reserve") -1. The Seller creates the NFT, then sets the auction reserve price using NFTokenCreateOffer, specifying the broker account as the destination. +1. The Seller creates the NFT, then sets the auction reserve price using `NFTokenCreateOffer`, specifying the broker account as the destination. 1. Buyers make bids using NFTokenCreateOffer, setting the broker account as the destination. 1. The Broker selects the winning bid, completes the sale using NFTokenAcceptOffer, collecting the broker fee. Then the Broker cancels any losing bids using NFTokenCancelOffer.