Merge pull request #288 from frangio/refactor/math

Move SafeMath and create Math library for assorted operations
This commit is contained in:
Manuel Aráoz
2017-07-02 18:13:47 -03:00
committed by GitHub
6 changed files with 32 additions and 23 deletions

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.11;
import '../../contracts/SafeMath.sol';
import '../../contracts/math/SafeMath.sol';
contract SafeMathMock {