Skip to content

Commit

Permalink
fix(PrizePool): don't use SafeERC20 for IERC721 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Oct 14, 2021
1 parent 06e06b8 commit 376bb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/prize-pool/PrizePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import "../interfaces/ITicket.sol";
abstract contract PrizePool is IPrizePool, Ownable, ReentrancyGuard, IERC721Receiver {
using SafeCast for uint256;
using SafeERC20 for IERC20;
using SafeERC20 for IERC721;
using ERC165Checker for address;

/// @notice Semver Version
Expand Down

0 comments on commit 376bb92

Please sign in to comment.