Move ERC20 contracts to ERC20 custom folder (#701)
* Move ERC20 contracts to ERC20 custom folder * Fix linter warnings for ERC20 contracts
This commit is contained in:
committed by
Francisco Giordano
parent
1eea95f9ac
commit
c5d66183ab
@ -1,8 +1,6 @@
|
||||
pragma solidity ^0.4.18;
|
||||
|
||||
|
||||
import "../token/StandardToken.sol";
|
||||
|
||||
import "../token/ERC20/StandardToken.sol";
|
||||
|
||||
// mock class using StandardToken
|
||||
contract StandardTokenMock is StandardToken {
|
||||
|
||||
Reference in New Issue
Block a user