Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Aug 30, 2024
1 parent 310c30f commit f219dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/PublicLockV14Eligibility.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ contract PublicLockV14Eligibility is HatsEligibilityModule, ILockKeyPurchaseHook
/// @dev Thrown when a trying to transfer a key from the lock
error NotTransferable();

// @dev Thrown when the referrer fee is not the same in the lock as in this contract
/// @dev Thrown when the referrer fee is not the same in the lock as in this contract
error InvalidReferrerFee();

/// @dev Thrown when a lock-only function is called by an address that is not the lock contract
error NotLock();

/// @dev Thrown when the hat minting fails
error HatMintFailed();

/*//////////////////////////////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion test/PublicLockEligibility.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { IUnlock } from "../lib/unlock/smart-contracts/contracts/interfaces/IUnl
import { HatsModuleFactory, IHats } from "hats-module/utils/DeployFunctions.sol";
import { Deploy, DeployInstance } from "../script/Deploy.s.sol";
import { IHats } from "hats-protocol/Interfaces/IHats.sol";
import { HatsErrors } from "hats-protocol/Interfaces/HatsErrors.sol";

contract PublicLockV14EligibilityTest is Deploy, Test {
/// @dev Inherit from DeployPrecompiled instead of Deploy if working with pre-compiled contracts
Expand Down

0 comments on commit f219dd5

Please sign in to comment.