move erc20 and standardtoken to token folder
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pragma solidity ^0.4.4;
|
||||
|
||||
import "../StandardToken.sol";
|
||||
import "./StandardToken.sol";
|
||||
|
||||
/*
|
||||
* Very simple ERC20 Token example, where all tokens are pre-assigned
|
||||
|
||||
Reference in New Issue
Block a user