Commit c3cbdb45 by Artiya Thinkumpang Committed by Matt Condon

Fix version error for truffle-flattener. (#794)

parent 7586e383
pragma solidity ^ 0.4.18; pragma solidity ^0.4.18;
import "../../math/SafeMath.sol"; import "../../math/SafeMath.sol";
import "../Crowdsale.sol"; import "../Crowdsale.sol";
......
pragma solidity ^ 0.4.18; pragma solidity ^0.4.18;
import "../Crowdsale.sol"; import "../Crowdsale.sol";
import "../../ownership/Ownable.sol"; import "../../ownership/Ownable.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