update Math.sol path (#1319)

pull/1316/head
Guillaume 6 years ago committed by Nicolás Venturo
parent b644c72eb0
commit d8cbd5554f
  1. 2
      contracts/mocks/MathMock.sol

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

Loading…
Cancel
Save