update Math.sol path (#1319)
This commit is contained in:
committed by
Nicolás Venturo
parent
b644c72eb0
commit
d8cbd5554f
@ -1,7 +1,7 @@
|
|||||||
pragma solidity ^0.4.24;
|
pragma solidity ^0.4.24;
|
||||||
|
|
||||||
|
|
||||||
import "../../contracts/math/Math.sol";
|
import "../math/Math.sol";
|
||||||
|
|
||||||
|
|
||||||
contract MathMock {
|
contract MathMock {
|
||||||
|
|||||||
Reference in New Issue
Block a user