Files
openzeppelin-contracts/contracts/token/ERC721/extensions/draft-ERC721Votes.sol
Francisco a615329423 Make ERC721Votes no longer a Draft (#3699)
(cherry picked from commit 7a14f6c595)
2022-09-17 13:04:59 -03:00

9 lines
216 B
Solidity

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// ERC721Votes was marked as draft due to the EIP-712 dependency.
// EIP-712 is Final as of 2022-08-11. This file is deprecated.
import "./ERC721Votes.sol";