Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Apr 26, 2024
1 parent d72b1d0 commit a9d5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/token/Sale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ contract Sale is ISale, RisingTide, ERC165, AccessControl, ReentrancyGuard {
}

/// Sets the maximum contribution
/// @param _mmaxContribution new maximum contribution
/// @param _maxContribution new maximum contribution
function setMaxContribution(
uint256 _maxContribution
) external onlyRole(DEFAULT_ADMIN_ROLE) nonReentrant {
Expand Down

0 comments on commit a9d5120

Please sign in to comment.