Skip to content

Commit

Permalink
fix: updating wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RonTuretzky committed Sep 28, 2024
1 parent fc1221b commit daeb1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multipliers/NFTMultiplier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract NFTMultiplier is INFTMultiplier, Initializable, OwnableUpgradeable {

/// @notice Initializer function to set the NFT contract address and initial multiplying factor
/// @param _nftContract Address of the NFT contract
/// @param _initialMultiplyingFactor Initial multiplying factor (in basis points, e.g., 15000 for 1.5x)
/// @param _initialMultiplyingFactor Initial multiplying factor
/// @param _validUntilBlock Block number until which the multiplier is valid
function initialize(IERC721 _nftContract, uint256 _initialMultiplyingFactor, uint256 _validUntilBlock)
public
Expand Down

0 comments on commit daeb1ce

Please sign in to comment.