From d81d33dabbc517d4cf50c90271c751bccefaeff5 Mon Sep 17 00:00:00 2001 From: Valentin Zambelli <9025786+valzam@users.noreply.github.com> Date: Tue, 14 May 2024 14:36:03 +1000 Subject: [PATCH] Update ImmutableERC721HybridBase.sol Remove outdated doc, we do expose a method to change the default royalties --- contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol b/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol index 5ed8ced3..0a4d4bcd 100644 --- a/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol +++ b/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol @@ -30,7 +30,6 @@ abstract contract ImmutableERC721HybridBase is * @param operatorAllowlist_ The address of the operator allowlist * @param receiver_ The address of the royalty receiver * @param feeNumerator_ The royalty fee numerator - * @dev the royalty receiver and amount (this can not be changed once set) */ constructor( address owner_,