Merge pull request #14 from glesaint/patch-1

update Math.sol path
This commit is contained in:
Nicolás Venturo
2018-10-02 10:57:53 -03:00
committed by GitHub

View File

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