Remove the draft prefix to ERC20Permit (#3793)

Co-authored-by: Francisco <frangio.1@gmail.com>
This commit is contained in:
Hadrien Croubois
2022-11-04 16:55:55 +01:00
committed by GitHub
parent 88a3f95715
commit 0b6becd49f
14 changed files with 186 additions and 166 deletions

View File

@ -4,7 +4,7 @@
pragma solidity ^0.8.0;
import "../IERC20.sol";
import "../extensions/draft-IERC20Permit.sol";
import "../extensions/IERC20Permit.sol";
import "../../../utils/Address.sol";
/**