fix references to SafeMath in crowdsale contracts
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pragma solidity ^0.4.11;
|
||||
|
||||
import '../SafeMath.sol';
|
||||
import '../math/SafeMath.sol';
|
||||
import '../ownership/Ownable.sol';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user