LibSafeMath96Bit -> LibSafeMath96

This commit is contained in:
Greg Hysen
2019-06-27 09:14:28 -07:00
parent b53bf051ac
commit c97c6d1fc2
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
pragma solidity ^0.5.5;
library LibSafeMath96Bit {
library LibSafeMath96 {
/**
* @dev Returns the addition of two unsigned integers, reverting on

View File

@@ -19,7 +19,7 @@
pragma solidity ^0.5.5;
import "../libs/LibSafeMath.sol";
import "../libs/LibSafeMath96Bit.sol";
import "../libs/LibSafeMath96.sol";
import "./MixinVaultCore.sol";
import "../interfaces/IRewardVault.sol";
import "../immutable/MixinConstants.sol";
@@ -33,7 +33,7 @@ contract RewardVault is
// @TODO -- ADD README's TO EACH DIRECTORY
using LibSafeMath for uint256;
using LibSafeMath96Bit for uint96;
using LibSafeMath96 for uint96;
// designed in such a way that it contains minimal logic (it is not upgradeable)
// but has all the necessary information to compute withdrawals in the event of