Skip to content

Commit

Permalink
Update ERC721Delegator.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
AFKDAO authored Dec 25, 2021
1 parent 6e8f587 commit 0035f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/ERC721Delegator.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache

pragma solidity ^0.8.0;

Expand Down Expand Up @@ -60,4 +60,4 @@ contract ERC721Delegator is ERC721, IERC721Delegator {
emit SetDelegator(_msgSender(), delegator, tokenId);
}

}
}

0 comments on commit 0035f0a

Please sign in to comment.