Unverified Commit 94a7abce by Nicolás Venturo Committed by GitHub

Merge pull request #14 from glesaint/patch-1

update Math.sol path
parents a23d42fc 5f7e43f1
pragma solidity ^0.4.21; pragma solidity ^0.4.21;
import "../../contracts/math/Math.sol"; import "../math/Math.sol";
contract MathMock { contract MathMock {
......
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