update Math.sol path

To use openzeppelin-zos Math.sol
This commit is contained in:
Guillaume
2018-09-11 16:04:13 +07:00
committed by GitHub
parent a23d42fc04
commit 5f7e43f170

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.21; pragma solidity ^0.4.21;
import "../../contracts/math/Math.sol"; import "../math/Math.sol";
contract MathMock { contract MathMock {