Skip to content

Commit

Permalink
test: remove requires for slither testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpylypchuk committed Feb 15, 2024
1 parent b6fe3bb commit 52e4ad1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NftReward.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ contract NftReward is Initializable, ERC721Upgradeable, OwnableUpgradeable, Paus
public
initializer
{
require(_minter != address(0), "Minter cannot be zero address");
require(_initialOwner != address(0), "Initial owner cannot be zero address");
__ERC721_init(_tokenName, _tokenSymbol);
__Ownable_init(_initialOwner);
__EIP712_init("NftReward-Domain", "1");
Expand Down

0 comments on commit 52e4ad1

Please sign in to comment.