File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -290,8 +290,6 @@ contract DropERC1155 is
290
290
_proofMaxQuantityPerTransaction
291
291
);
292
292
293
- // ClaimCondition memory currentClaimPhase = claimCondition[_tokenId].phases[activeConditionId];
294
-
295
293
// Verify claim validity. If not valid, revert.
296
294
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
297
295
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit
Original file line number Diff line number Diff line change @@ -209,8 +209,6 @@ contract DropERC20 is
209
209
_proofMaxQuantityPerTransaction
210
210
);
211
211
212
- // ClaimCondition memory currentClaimPhase = claimCondition.phases[activeConditionId];
213
-
214
212
// Verify claim validity. If not valid, revert.
215
213
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
216
214
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit
Original file line number Diff line number Diff line change @@ -353,8 +353,6 @@ contract DropERC721 is
353
353
_proofMaxQuantityPerTransaction
354
354
);
355
355
356
- // ClaimCondition memory currentClaimPhase = claimCondition.phases[activeConditionId];
357
-
358
356
// Verify claim validity. If not valid, revert.
359
357
// when there's allowlist present --> verifyClaimMerkleProof will verify the _proofMaxQuantityPerTransaction value with hashed leaf in the allowlist
360
358
// when there's no allowlist, this check is true --> verifyClaim will check for _quantity being less/equal than the limit
You can’t perform that action at this time.
0 commit comments