Skip to content

Commit

Permalink
Fix typo in nft-royalty-standard.md (ton-blockchain#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetJesus50 authored Jun 21, 2024
1 parent b7fffeb commit 1e5b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0066-nft-royalty-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NFT Collection smart contract MUST implement:
Send back message with the following layout and send-mode `64` (return msg amount except gas fees):
TL-B schema `report_royalty_params#a8cb00ad query_id:uint64 numerator:uint16 denominator:uint16 destination:MsgAddress = InternalMsgBody;`

It is expected that marketplaces which want to participate in royalty payments will send `muldiv(price, nominator, denominator)` to `destination` address after NFT sale.
It is expected that marketplaces which want to participate in royalty payments will send `muldiv(price, numerator, denominator)` to `destination` address after NFT sale.

Marketplaces SHOULD neglect zero-value royalty payments.

Expand Down

0 comments on commit 1e5b2c4

Please sign in to comment.