Merge pull request #1912 from XRPLF/fix_broker_typo

fix sell off(er)
This commit is contained in:
Dennis Dawson
2023-05-18 11:39:33 -07:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ This is the most complex workflow of the three.
1. The seller creates an NFT using `NFTokenMint`.
1. The bidders make offers using `NFTokenCreateOffer`, setting the broker as the destination.
1. The broker selects the winning bid, subtracts the amount to be collected as a fee, then requests the seller sign a sell off for this amount via `NFTokenCreateOffer`.
1. The broker selects the winning bid, subtracts the amount to be collected as a fee, then requests the seller sign a sell offer for this amount via `NFTokenCreateOffer`.
1. The seller signs the requested offer, setting the broker as the destination.
1. The broker completes the sale using `NFTokenAcceptOffer`, and receives the broker fee.
1. The broker cancels any remaining bids using `NFTokenCancelOffer`.