Move ERC721 files to custom folder (#700)
This commit is contained in:
committed by
Francisco Giordano
parent
e16c4042c1
commit
1eea95f9ac
@ -1,6 +1,6 @@
|
||||
pragma solidity ^0.4.18;
|
||||
|
||||
import "../token/ERC721Token.sol";
|
||||
import "../token/ERC721/ERC721Token.sol";
|
||||
|
||||
/**
|
||||
* @title ERC721TokenMock
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
pragma solidity ^0.4.18;
|
||||
|
||||
import "./ERC721.sol";
|
||||
import "../math/SafeMath.sol";
|
||||
import "../../math/SafeMath.sol";
|
||||
|
||||
/**
|
||||
* @title ERC721Token
|
||||
Reference in New Issue
Block a user