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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments