Commit 35d92fdd by Guillaume Committed by Francisco Giordano

update Math.sol path (#1319)


(cherry picked from commit d8cbd555)
parent fa739d8a
pragma solidity ^0.4.24; pragma solidity ^0.4.24;
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