Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pragma solidity ^0.4.18;
|
||||
|
||||
import "../token/ERC20.sol";
|
||||
import "../token/SafeERC20.sol";
|
||||
import "../token/ERC20/ERC20.sol";
|
||||
import "../token/ERC20/SafeERC20.sol";
|
||||
|
||||
|
||||
contract ERC20FailingMock is ERC20 {
|
||||
|
||||
Reference in New Issue
Block a user