Commit f507a0ea by Francisco Giordano

fix references to SafeMath in crowdsale contracts

parent d5a75362
pragma solidity ^0.4.11;
import '../SafeMath.sol';
import '../math/SafeMath.sol';
import './Crowdsale.sol';
/**
......
pragma solidity ^0.4.11;
import '../token/MintableToken.sol';
import '../SafeMath.sol';
import '../math/SafeMath.sol';
/**
* @title Crowdsale
......
pragma solidity ^0.4.11;
import '../SafeMath.sol';
import '../math/SafeMath.sol';
import '../ownership/Ownable.sol';
import './Crowdsale.sol';
......
pragma solidity ^0.4.11;
import '../SafeMath.sol';
import '../math/SafeMath.sol';
import '../ownership/Ownable.sol';
/**
......
pragma solidity ^0.4.11;
import '../SafeMath.sol';
import '../math/SafeMath.sol';
import './FinalizableCrowdsale.sol';
import './RefundVault.sol';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment