Skip to content

Commit 585ed8e

Browse files
committed
cleanup
1 parent 0391ad7 commit 585ed8e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

contracts/drop/DropERC1155.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ contract DropERC1155 is
290290
_proofMaxQuantityPerTransaction
291291
);
292292

293-
// ClaimCondition memory currentClaimPhase = claimCondition[_tokenId].phases[activeConditionId];
294-
295293
// Verify claim validity. If not valid, revert.
296294
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
297295
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit

contracts/drop/DropERC20.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ contract DropERC20 is
209209
_proofMaxQuantityPerTransaction
210210
);
211211

212-
// ClaimCondition memory currentClaimPhase = claimCondition.phases[activeConditionId];
213-
214212
// Verify claim validity. If not valid, revert.
215213
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
216214
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit

contracts/drop/DropERC721.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ contract DropERC721 is
353353
_proofMaxQuantityPerTransaction
354354
);
355355

356-
// ClaimCondition memory currentClaimPhase = claimCondition.phases[activeConditionId];
357-
358356
// Verify claim validity. If not valid, revert.
359357
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
360358
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit

0 commit comments

Comments
 (0)