We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab46879 commit b0355c3Copy full SHA for b0355c3
contracts/token/common/ERC2981/ERC2981Internal.sol
@@ -10,7 +10,8 @@ import { IERC2981Internal } from '../../../interfaces/IERC2981Internal.sol';
10
*/
11
abstract contract ERC2981Internal is IERC2981Internal {
12
/**
13
- * @notice called with the sale price to determine how much royalty is owed and to whom
+ * @notice calculate how much royalty is owed and to whom
14
+ * @dev royalty must be paid in addition to, rather than deducted from, salePrice
15
* @param tokenId the ERC721 or ERC1155 token id to query for royalty information
16
* @param salePrice the sale price of the given asset
17
* @return royaltyReceiver rightful recipient of royalty
0 commit comments