Commit 63b5fc59 by Manuel Aráoz Committed by GitHub

Merge pull request #290 from frangio/fix/safemath-references

Fix references to SafeMath in crowdsale contracts
parents d5a75362 f507a0ea
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