From dd018894345a99e5058578cd0dc15bbb31b631b3 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 7 Apr 2022 20:34:04 -0300 Subject: [PATCH] Remove outdated documentation in ERC2981._setTokenRoyalty --- contracts/token/common/ERC2981.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/token/common/ERC2981.sol b/contracts/token/common/ERC2981.sol index cee7cb09faf..b8b0b633376 100644 --- a/contracts/token/common/ERC2981.sol +++ b/contracts/token/common/ERC2981.sol @@ -88,7 +88,6 @@ abstract contract ERC2981 is IERC2981, ERC165 { * * Requirements: * - * - `tokenId` must be already minted. * - `receiver` cannot be the zero address. * - `feeNumerator` cannot be greater than the fee denominator. */