Skip to content

Commit 1e5b2c4

Browse files
authored
Fix typo in nft-royalty-standard.md (#149)
1 parent b7fffeb commit 1e5b2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0066-nft-royalty-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ NFT Collection smart contract MUST implement:
5858
Send back message with the following layout and send-mode `64` (return msg amount except gas fees):
5959
TL-B schema `report_royalty_params#a8cb00ad query_id:uint64 numerator:uint16 denominator:uint16 destination:MsgAddress = InternalMsgBody;`
6060

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

6363
Marketplaces SHOULD neglect zero-value royalty payments.
6464

0 commit comments

Comments
 (0)