File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,15 @@ pragma solidity ^0.8.11;
44// ========== Features ==========
55
66import { SignatureMintERC721 } from "../feature/SignatureMintERC721.sol " ;
7- import { IPermissions } from "../feature/interface/IPermissions.sol " ;
7+ import { IPermissions } from "../feature/interface/IPermissions.sol " ;
88
99contract SigMint is SignatureMintERC721 {
10-
1110 /*///////////////////////////////////////////////////////////////
1211 Claiming lazy minted tokens logic
1312 //////////////////////////////////////////////////////////////*/
1413
1514 /// @dev Claim lazy minted tokens via signature.
16- function mintWithSignature (MintRequest calldata _req , bytes calldata _signature )
17- external
18- payable
19- {
15+ function mintWithSignature (MintRequest calldata _req , bytes calldata _signature ) external payable {
2016 require (_req.quantity > 0 , "minting zero tokens " );
2117
2218 // Verify and process payload.
You can’t perform that action at this time.
0 commit comments